Skip to content

Commit 854c325

Browse files
author
phasenraum2010
committed
fixed #43
1 parent d3ec5e2 commit 854c325

File tree

2 files changed

+32
-24
lines changed

2 files changed

+32
-24
lines changed

defcon-parent/pom.xml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@
170170
<dependency>
171171
<groupId>org.springframework.cloud</groupId>
172172
<artifactId>spring-cloud-dependencies</artifactId>
173-
<version>Finchley.RELEASE</version>
173+
<version>${spring-cloud.version}</version>
174174
<type>pom</type>
175175
<scope>import</scope>
176176
</dependency>
177-
-->
177+
-->
178178
<dependency>
179179
<groupId>org.springframework</groupId>
180180
<artifactId>spring-framework-bom</artifactId>
@@ -703,4 +703,34 @@
703703
</plugins>
704704
</reporting>
705705

706+
<!--
707+
TODO: #20
708+
-->
709+
<repositories>
710+
<repository>
711+
<id>spring-milestones</id>
712+
<name>Spring Milestones</name>
713+
<url>https://repo.spring.io/milestone</url>
714+
<snapshots>
715+
<enabled>false</enabled>
716+
</snapshots>
717+
</repository>
718+
<repository>
719+
<id>spring-plugins</id>
720+
<name>Spring Plugins Repository</name>
721+
<url>http://repo.spring.io/plugins-release</url>
722+
<snapshots>
723+
<enabled>false</enabled>
724+
</snapshots>
725+
</repository>
726+
<repository>
727+
<id>central</id>
728+
<name>Central Repository</name>
729+
<url>http://central.maven.org/maven2</url>
730+
<snapshots>
731+
<enabled>false</enabled>
732+
</snapshots>
733+
</repository>
734+
</repositories>
735+
706736
</project>

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -486,26 +486,4 @@
486486
</plugins>
487487
</reporting>
488488

489-
<!--
490-
TODO: #20
491-
-->
492-
<repositories>
493-
<repository>
494-
<id>spring-milestones</id>
495-
<name>Spring Milestones</name>
496-
<url>https://repo.spring.io/milestone</url>
497-
<snapshots>
498-
<enabled>false</enabled>
499-
</snapshots>
500-
</repository>
501-
<repository>
502-
<id>spring-plugins</id>
503-
<name>Spring Plugins Repository</name>
504-
<url>http://repo.spring.io/plugins-release</url>
505-
<snapshots>
506-
<enabled>false</enabled>
507-
</snapshots>
508-
</repository>
509-
</repositories>
510-
511489
</project>

0 commit comments

Comments
 (0)