diff options
-rw-r--r-- | prh-app-server/pom.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index c1f699ef..e21b8fae 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -137,21 +137,6 @@ <!--TESTS DEPENDENCIES --> <dependency> - <groupId>org.junit.platform</groupId> - <artifactId>junit-platform-commons</artifactId> - <version>RELEASE</version> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> @@ -167,6 +152,10 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-launcher</artifactId> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> |