chore: update Java version in README (#2091)

Closes: gh-2072

* chore: add Maven wrapper jar file

This way we don't download it every time from a Maven repository saving some band with.

* chore: remove @authors tag
This commit is contained in:
Nanne Baars
2025-03-31 21:05:15 +02:00
committed by GitHub
parent 9ec75d5a56
commit ec3b9e8aaf
85 changed files with 2 additions and 348 deletions

View File

@ -7,9 +7,6 @@ package org.owasp.webgoat.integration;
import java.util.Map;
import org.junit.jupiter.api.Test;
/**
* @author Angel Olle Blazquez
*/
class SessionManagementIT extends IntegrationTest {
private static final String HIJACK_LOGIN_CONTEXT_PATH = "HijackSession/login";