正在显示
1 个修改的文件
包含
4 行增加
和
9 行删除
@@ -93,13 +93,13 @@ | @@ -93,13 +93,13 @@ | ||
93 | </exclusions> | 93 | </exclusions> |
94 | </dependency> | 94 | </dependency> |
95 | <dependency> | 95 | <dependency> |
96 | - <groupId>com.tianbo</groupId> | ||
97 | - <artifactId>util</artifactId> | 96 | + <groupId>com.sunyo.wlpt</groupId> |
97 | + <artifactId>base</artifactId> | ||
98 | <version>1.0-SNAPSHOT</version> | 98 | <version>1.0-SNAPSHOT</version> |
99 | </dependency> | 99 | </dependency> |
100 | <dependency> | 100 | <dependency> |
101 | - <groupId>com.sunyo.wlpt</groupId> | ||
102 | - <artifactId>base</artifactId> | 101 | + <groupId>com.tianbo</groupId> |
102 | + <artifactId>util</artifactId> | ||
103 | <version>1.0-SNAPSHOT</version> | 103 | <version>1.0-SNAPSHOT</version> |
104 | </dependency> | 104 | </dependency> |
105 | <dependency> | 105 | <dependency> |
@@ -158,11 +158,6 @@ | @@ -158,11 +158,6 @@ | ||
158 | <name>Spring Milestones</name> | 158 | <name>Spring Milestones</name> |
159 | <url>https://repo.spring.io/milestone</url> | 159 | <url>https://repo.spring.io/milestone</url> |
160 | </repository> | 160 | </repository> |
161 | - <repository> | ||
162 | - <id>local-repository</id> | ||
163 | - <name>local-repository</name> | ||
164 | - <url>~/.m2/repository</url> | ||
165 | - </repository> | ||
166 | </repositories> | 161 | </repositories> |
167 | <pluginRepositories> | 162 | <pluginRepositories> |
168 | <pluginRepository> | 163 | <pluginRepository> |
-
请 注册 或 登录 后发表评论