|
@@ -36,12 +36,6 @@
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>com.xiaomi.push</groupId>
|
|
|
<artifactId>mipush-sdk-server</artifactId>
|
|
@@ -184,13 +178,6 @@
|
|
|
<version>3.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>uk.org.lidalia</groupId>
|
|
|
- <artifactId>slf4j-test</artifactId>
|
|
|
- <version>1.0.0-jdk6</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
<artifactId>annotations</artifactId>
|
|
@@ -198,15 +185,6 @@
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.mockito</groupId>
|
|
|
- <artifactId>mockito-all</artifactId>
|
|
|
- <version>1.9.5</version>
|
|
|
- <type>jar</type>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-core</artifactId>
|