|
|
@@ -91,14 +91,14 @@ In a project directory of your choosing, create the following subdirectory struc
|
|
91
|
91
|
<repositories>
|
|
92
|
92
|
<repository>
|
|
93
|
93
|
<id>spring-snapshots</id>
|
|
94
|
|
- <url>http://repo.springsource.org/snapshot</url>
|
|
|
94
|
+ <url>http://repo.springsource.org/libs-snapshot</url>
|
|
95
|
95
|
<snapshots><enabled>true</enabled></snapshots>
|
|
96
|
96
|
</repository>
|
|
97
|
97
|
</repositories>
|
|
98
|
98
|
<pluginRepositories>
|
|
99
|
99
|
<pluginRepository>
|
|
100
|
100
|
<id>spring-snapshots</id>
|
|
101
|
|
- <url>http://repo.springsource.org/snapshot</url>
|
|
|
101
|
+ <url>http://repo.springsource.org/libs-snapshot</url>
|
|
102
|
102
|
<snapshots><enabled>true</enabled></snapshots>
|
|
103
|
103
|
</pluginRepository>
|
|
104
|
104
|
</pluginRepositories>
|