|
@@ -19,6 +19,7 @@
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
<spring-boot.version>2.3.4.RELEASE</spring-boot.version>
|
|
<spring-boot.version>2.3.4.RELEASE</spring-boot.version>
|
|
|
|
|
+ <skipTests>true</skipTests>
|
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
@@ -84,12 +85,6 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
- <exclusions>
|
|
|
|
|
- <exclusion>
|
|
|
|
|
- <groupId>org.junit.vintage</groupId>
|
|
|
|
|
- <artifactId>junit-vintage-engine</artifactId>
|
|
|
|
|
- </exclusion>
|
|
|
|
|
- </exclusions>
|
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
@@ -110,11 +105,6 @@
|
|
|
<artifactId>spring-security-test</artifactId>
|
|
<artifactId>spring-security-test</artifactId>
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.nju.edu</groupId>
|
|
<groupId>com.nju.edu</groupId>
|
|
|
<artifactId>seecoder-gitlab-client</artifactId>
|
|
<artifactId>seecoder-gitlab-client</artifactId>
|
|
@@ -153,6 +143,7 @@
|
|
|
<source>1.8</source>
|
|
<source>1.8</source>
|
|
|
<target>1.8</target>
|
|
<target>1.8</target>
|
|
|
<encoding>UTF-8</encoding>
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
+ <skip>true</skip>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
<plugin>
|
|
<plugin>
|