|
@ -1,6 +1,4 @@ |
|
|
<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> |
|
|
<groupId>Arcade64</groupId> |
|
|
<groupId>Arcade64</groupId> |
|
|
<artifactId>Arcade64</artifactId> |
|
|
<artifactId>Arcade64</artifactId> |
|
@ -16,11 +14,11 @@ |
|
|
</properties> |
|
|
</properties> |
|
|
<dependencies> |
|
|
<dependencies> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
|
|
<artifactId>junit-jupiter-engine</artifactId> |
|
|
|
|
|
<version>${junit.jupiter.version}</version> |
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
|
|
<artifactId>junit-jupiter-engine</artifactId> |
|
|
|
|
|
<version>${junit.jupiter.version}</version> |
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
<artifactId>junit-jupiter-api</artifactId> |
|
|
<artifactId>junit-jupiter-api</artifactId> |
|
@ -33,12 +31,12 @@ |
|
|
<version>${junit.jupiter.version}</version> |
|
|
<version>${junit.jupiter.version}</version> |
|
|
<scope>test</scope> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
|
|
|
<groupId>org.junit.platform</groupId> |
|
|
|
|
|
<artifactId>junit-platform-suite</artifactId> |
|
|
|
|
|
<version>${junit.platform.version}</version> |
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.junit.platform</groupId> |
|
|
|
|
|
<artifactId>junit-platform-suite</artifactId> |
|
|
|
|
|
<version>${junit.platform.version}</version> |
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.mockito</groupId> |
|
|
<groupId>org.mockito</groupId> |
|
|
<artifactId>mockito-core</artifactId> |
|
|
<artifactId>mockito-core</artifactId> |
|
@ -81,7 +79,15 @@ |
|
|
<argLine>${argLine}</argLine> |
|
|
<argLine>${argLine}</argLine> |
|
|
</configuration> --> |
|
|
</configuration> --> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<source>1.8</source> |
|
|
|
|
|
<target>1.8</target> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</build> |
|
|
</build> |
|
|
|
|
|
|
|
|
</project> |
|
|
|
|
|
|
|
|
</project> |