Files
webgoat-container
webgoat-images
webgoat-lessons
client-side-filtering
cross-site-scripting
csrf
http-basics
src
pom.xml
idor
sql-injection
xxe
pom.xml
.gitignore
.travis.yml
README.MD
catalina.policy
mvn-debug
pom.xml
webgoat_developer_bootstrap.sh
WebGoat/webgoat-lessons/http-basics/pom.xml
2016-10-13 12:09:01 -04:00

13 lines
509 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>http-basics</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>webgoat-lessons-parent</artifactId>
<version>8.0-SNAPSHOT</version>
</parent>
</project>