|
|
@@ -148,7 +148,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
- <version>Dalston.RC1</version>
|
|
|
+ <version>Dalston.RELEASE</version>
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
@@ -211,20 +211,20 @@
|
|
|
</resources>
|
|
|
</build>
|
|
|
|
|
|
- <!--<repositories>-->
|
|
|
- <!--<repository>-->
|
|
|
- <!--<id>spring-releases</id>-->
|
|
|
- <!--<name>Spring Releases</name>-->
|
|
|
- <!--<url>https://repo.spring.io/libs-release</url>-->
|
|
|
- <!--</repository>-->
|
|
|
- <!--</repositories>-->
|
|
|
- <!--<pluginRepositories>-->
|
|
|
- <!--<pluginRepository>-->
|
|
|
- <!--<id>spring-releases</id>-->
|
|
|
- <!--<name>Spring Releases</name>-->
|
|
|
- <!--<url>https://repo.spring.io/libs-release</url>-->
|
|
|
- <!--</pluginRepository>-->
|
|
|
- <!--</pluginRepositories>-->
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>spring-releases</id>
|
|
|
+ <name>Spring Releases</name>
|
|
|
+ <url>https://repo.spring.io/libs-release</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
+ <pluginRepositories>
|
|
|
+ <pluginRepository>
|
|
|
+ <id>spring-releases</id>
|
|
|
+ <name>Spring Releases</name>
|
|
|
+ <url>https://repo.spring.io/libs-release</url>
|
|
|
+ </pluginRepository>
|
|
|
+ </pluginRepositories>
|
|
|
|
|
|
|
|
|
</project>
|