diff --git a/pom.xml b/pom.xml
index b95f4f4..915a522 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,12 +36,6 @@
spring-boot-starter-web
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
com.xiaomi.push
mipush-sdk-server
@@ -184,13 +178,6 @@
3.1
-
- uk.org.lidalia
- slf4j-test
- 1.0.0-jdk6
- test
-
-
com.google.code.findbugs
annotations
@@ -198,15 +185,6 @@
provided
-
- org.mockito
- mockito-all
- 1.9.5
- jar
- test
-
-
-
com.fasterxml.jackson.core
jackson-core
diff --git a/src/test/java/cn/wildfirechat/push/PushApplicationTests.java b/src/test/java/cn/wildfirechat/push/PushApplicationTests.java
deleted file mode 100644
index dc48b44..0000000
--- a/src/test/java/cn/wildfirechat/push/PushApplicationTests.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package cn.wildfirechat.push;
-
-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 PushApplicationTests {
-
- @Test
- public void contextLoads() {
- }
-
-}