Commit dd6977d1e18b9f9dbb5269d2510f377b9d9b7296
1 parent
b8a8a3e2
pom.xml
Showing
1 changed file
with
1 additions
and
8 deletions
pom.xml
| ... | ... | @@ -158,13 +158,6 @@ |
| 158 | 158 | <repositories> |
| 159 | 159 | <repository> |
| 160 | 160 | <id>spring-snapshots</id> |
| 161 | - <url>http://repo1.maven.org/maven2</url> | |
| 162 | - <snapshots> | |
| 163 | - <enabled>true</enabled> | |
| 164 | - </snapshots> | |
| 165 | - </repository> | |
| 166 | - <!-- <repository> | |
| 167 | - <id>spring-snapshots</id> | |
| 168 | 161 | <url>http://repo.spring.io/snapshot</url> |
| 169 | 162 | <snapshots> |
| 170 | 163 | <enabled>true</enabled> |
| ... | ... | @@ -173,7 +166,7 @@ |
| 173 | 166 | <repository> |
| 174 | 167 | <id>spring-milestones</id> |
| 175 | 168 | <url>http://repo.spring.io/milestone</url> |
| 176 | - </repository> --> | |
| 169 | + </repository> | |
| 177 | 170 | </repositories> |
| 178 | 171 | <pluginRepositories> |
| 179 | 172 | <pluginRepository> | ... | ... |