Skip to content

Commit d6e6e70

Browse files
author
phasenraum2010
committed
fixed #43
1 parent 8e42c32 commit d6e6e70

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
</plugins>
487487
</reporting>
488488

489-
<!--
489+
<!--
490490
TODO: #20
491491
-->
492492
<repositories>
@@ -498,6 +498,14 @@
498498
<enabled>false</enabled>
499499
</snapshots>
500500
</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>
501509
</repositories>
502510

503511
</project>

0 commit comments

Comments
 (0)