|
|
@ -1,33 +1,30 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.olexyn.misp.mirror</groupId>
|
|
|
|
<groupId>com.olexyn</groupId>
|
|
|
|
|
|
|
|
<artifactId>zeeroot</artifactId>
|
|
|
|
|
|
|
|
<version>17.0.1</version>
|
|
|
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<groupId>com.olexyn.misp</groupId>
|
|
|
|
<artifactId>mirror</artifactId>
|
|
|
|
<artifactId>mirror</artifactId>
|
|
|
|
<version>0.1</version>
|
|
|
|
<version>0.1</version>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
|
|
<name>mirror</name>
|
|
|
|
<name>mirror Maven Webapp</name>
|
|
|
|
<dependencyManagement>
|
|
|
|
<!-- FIXME change it to the project's website -->
|
|
|
|
|
|
|
|
<url>http://www.example.com</url>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
|
|
|
|
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
|
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<groupId>com.olexyn</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<artifactId>zeebom</artifactId>
|
|
|
|
<version>4.11</version>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<type>pom</type>
|
|
|
|
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.olexyn.misp.helper</groupId>
|
|
|
|
<groupId>com.olexyn.misp</groupId>
|
|
|
|
<artifactId>helper</artifactId>
|
|
|
|
<artifactId>helper</artifactId>
|
|
|
|
<version>0.1</version>
|
|
|
|
<version>0.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<scope>compile</scope>
|
|
|
@ -35,8 +32,6 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.6</version>
|
|
|
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
@ -47,44 +42,7 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.json</groupId>
|
|
|
|
<groupId>org.json</groupId>
|
|
|
|
<artifactId>json</artifactId>
|
|
|
|
<artifactId>json</artifactId>
|
|
|
|
<version>20190722</version>
|
|
|
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
|
|
|
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>3.1.0</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging -->
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>3.0.2</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>3.8.0</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>2.22.1</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>3.2.2</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>2.5.2</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>2.8.2</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
</project>
|
|
|
|
</project>
|
|
|
|