Skip to content

Commit

Permalink
st-tu-dresden#207 - Add Spring milestone repo as plugin repository.
Browse files Browse the repository at this point in the history
Added the Spring milestone repository as plugin repository so that the Spring Boot Maven plugin can be resolved.
  • Loading branch information
odrotbohm committed Aug 29, 2018
1 parent 1240ad2 commit ebba5cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,11 @@
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</pluginRepository>
</pluginRepositories>

</project>

0 comments on commit ebba5cd

Please sign in to comment.