新分支测试提交

This commit is contained in:
renkaige
2019-01-10 11:28:10 +06:00
parent 99d3b87e1a
commit 748d7a37fc

11
pom.xml
View File

@@ -20,18 +20,13 @@
<version>Release-1.3</version>
<!-- 仓库地址构建 -->
<repositories>
<repository>
<id>nexus</id>
<name>Team Nexus Repository</name>
<url>http://192.168.10.125:8099/content/groups/public</url>
</repository>
</repositories>
<build>
<!-- <resources>
@@ -209,7 +204,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<!-- <scope>test</scope> -->
</dependency>
<dependency>
@@ -537,6 +532,10 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-api-2.1</artifactId>
</exclusion>
<exclusion>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>