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

13 lines
519 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>client-side-filtering</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>webgoat-lessons-parent</artifactId>
<version>8.0-SNAPSHOT</version>
</parent>
</project>