|
|
|
@ -27,18 +27,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.junit</groupId> |
|
|
|
|
|
|
|
<artifactId>junit-bom</artifactId> |
|
|
|
|
|
|
|
<version>5.3.2</version> |
|
|
|
|
|
|
|
<type>pom</type> |
|
|
|
|
|
|
|
<scope>import</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
@ -87,36 +75,33 @@ |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- TESTING --> |
|
|
|
<!-- TESTING --> |
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
|
|
|
|
<artifactId>hamcrest-all</artifactId> |
|
|
|
|
|
|
|
<version>1.3</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> |
|
|
|
|
|
|
|
<version>5.3.2</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
<artifactId>junit-jupiter-engine</artifactId> |
|
|
|
<artifactId>junit-jupiter-engine</artifactId> |
|
|
|
|
|
|
|
<version>5.3.2</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
<artifactId>junit-jupiter-params</artifactId> |
|
|
|
<artifactId>junit-jupiter-params</artifactId> |
|
|
|
|
|
|
|
<version>5.3.2</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.junit.platform</groupId> |
|
|
|
<groupId>org.junit.platform</groupId> |
|
|
|
<artifactId>junit-platform-launcher</artifactId> |
|
|
|
<artifactId>junit-platform-launcher</artifactId> |
|
|
|
<scope>test</scope> |
|
|
|
<version>1.5.0-M1</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.junit.platform</groupId> |
|
|
|
<groupId>org.junit.platform</groupId> |
|
|
|
<artifactId>junit-platform-runner</artifactId> |
|
|
|
<artifactId>junit-platform-runner</artifactId> |
|
|
|
<scope>test</scope> |
|
|
|
<version>1.5.0-M1</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
@ -130,6 +115,11 @@ |
|
|
|
<version>2.24.5</version> |
|
|
|
<version>2.24.5</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
|
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
|
|
|
|
<version>2.1-rc4</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
@ -145,7 +135,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<version>2.22.1</version> |
|
|
|
<version>3.0.0-M3</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
|