diff --git a/cloud/autho/pom.xml b/cloud/autho/pom.xml index 6e23c94..8ae9c2f 100644 --- a/cloud/autho/pom.xml +++ b/cloud/autho/pom.xml @@ -19,11 +19,11 @@ common 1.0.0 - - org.springframework.boot - spring-boot-starter-test - test - + + + + + org.springframework.cloud spring-cloud-starter-feign @@ -69,7 +69,7 @@ - quartz_server + auth @@ -91,7 +91,7 @@ - com.sincere.userSearch.UserApplication + com.sincere.autho.AuthoApplication true lib/ diff --git a/cloud/autho/src/test/java/com/sincere/autho/AuthoApplicationTests.java b/cloud/autho/src/test/java/com/sincere/autho/AuthoApplicationTests.java deleted file mode 100644 index a1f82ed..0000000 --- a/cloud/autho/src/test/java/com/sincere/autho/AuthoApplicationTests.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.sincere.autho; - -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; - -@RunWith(SpringRunner.class) -@SpringBootTest -public class AuthoApplicationTests { - - @Test - public void contextLoads() { - } - -} diff --git a/cloud/pom.xml b/cloud/pom.xml index 952dc96..98c138a 100644 --- a/cloud/pom.xml +++ b/cloud/pom.xml @@ -27,7 +27,7 @@ server1 server2 - + autho common getaway haikang -- libgit2 0.21.0