|
@ -1,55 +1,9 @@ |
|
|
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd%22%3E"> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
<groupId>Arcade64</groupId> |
|
|
<groupId>Arcade64</groupId> |
|
|
<artifactId>Arcade64</artifactId> |
|
|
<artifactId>Arcade64</artifactId> |
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
|
|
|
|
|
<name>Arcade64</name> |
|
|
<name>Arcade64</name> |
|
|
<!-- 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>1.8</maven.compiler.source> |
|
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target> |
|
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
|
|
<artifactId>junit-jupiter-api</artifactId> |
|
|
|
|
|
<version>5.8.1</version> |
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
|
|
<artifactId>junit-jupiter-engine</artifactId> |
|
|
|
|
|
<version>5.7.2</version> |
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
|
<version>4.11</version> |
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
|
<plugins> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<source>1.8</source> |
|
|
|
|
|
<target>1.8</target> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
</plugins> |
|
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
</project> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project> |
|
|
|