...
|
...
|
@@ -93,13 +93,13 @@ |
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.tianbo</groupId>
|
|
|
<artifactId>util</artifactId>
|
|
|
<groupId>com.sunyo.wlpt</groupId>
|
|
|
<artifactId>base</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sunyo.wlpt</groupId>
|
|
|
<artifactId>base</artifactId>
|
|
|
<groupId>com.tianbo</groupId>
|
|
|
<artifactId>util</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
...
|
...
|
@@ -158,11 +158,6 @@ |
|
|
<name>Spring Milestones</name>
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
</repository>
|
|
|
<repository>
|
|
|
<id>local-repository</id>
|
|
|
<name>local-repository</name>
|
|
|
<url>~/.m2/repository</url>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
<pluginRepositories>
|
|
|
<pluginRepository>
|
...
|
...
|
|