remove test

This commit is contained in:
heavyrian2012
2022-11-29 08:38:04 +08:00
parent 5ddb6e1ec9
commit cd5b0150ec
2 changed files with 0 additions and 38 deletions

22
pom.xml
View File

@@ -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>

View File

@@ -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() {
}
}