-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathpom.xml
More file actions
12 lines (11 loc) · 511 Bytes
/
pom.xml
File metadata and controls
12 lines (11 loc) · 511 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<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>java-script-validation</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>webgoat-plugins-parent</artifactId>
<version>1.0</version>
</parent>
</project>