diff --git a/pom.xml b/pom.xml index 3cb939c..7fb8e18 100644 --- a/pom.xml +++ b/pom.xml @@ -44,11 +44,11 @@ spring-boot-starter-tomcat provided - - org.springframework.boot - spring-boot-starter-test - test - + + + + + org.springframework.cloud diff --git a/src/test/java/fr/enit/industryportal/souslesensusermanager/SouslesensPortalUserManagerApplicationTests.java b/src/test/java/fr/enit/industryportal/souslesensusermanager/SouslesensPortalUserManagerApplicationTests.java deleted file mode 100644 index af7f0be..0000000 --- a/src/test/java/fr/enit/industryportal/souslesensusermanager/SouslesensPortalUserManagerApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package fr.enit.industryportal.souslesensusermanager; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class SouslesensPortalUserManagerApplicationTests { - - @Test - void contextLoads() { - } - -}