Files
webgoat-container
webgoat-images
webgoat-lessons
challenge
client-side-filtering
command-injection
cross-site-scripting
csrf
http-basics
http-proxies
idor
jwt
sql-injection
src
.sonatype
pom.xml
vulnerable-components
xxe
pom.xml
sol.txt
webgoat-server
.gitignore
.travis.yml
README.MD
mvn-debug
pom.xml
webgoat_developer_bootstrap.sh
WebGoat/webgoat-lessons/sql-injection/pom.xml
2016-11-15 07:11:24 -05:00

11 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>sql-injection</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>webgoat-lessons-parent</artifactId>
<version>8.0-SNAPSHOT</version>
</parent>
</project>