oss-fuzz/projects/struts/struts2-fuzzer/pom.xml

21 lines
723 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ossfuzz</groupId>
<artifactId>parent-project</artifactId>
<version>${fuzzedLibaryVersion}</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fuzzedLibaryVersion>6.1.1</fuzzedLibaryVersion>
</properties>
<modules>
<module>fuzzer</module>
<module>webapp</module>
</modules>
</project>