We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e42c32 commit d6e6e70Copy full SHA for d6e6e70
pom.xml
@@ -486,7 +486,7 @@
486
</plugins>
487
</reporting>
488
489
- <!--
+ <!--
490
TODO: #20
491
-->
492
<repositories>
@@ -498,6 +498,14 @@
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
511
</project>
0 commit comments