Browse Source

Ensure that the server tests app can resolve milestone poms

pull/13197/head
Andy Wilkinson 8 years ago
parent
commit
76ea2d9dd4
  1. 9
      spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/test/resources/pom-template.xml

9
spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/test/resources/pom-template.xml

@ -61,4 +61,13 @@ @@ -61,4 +61,13 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<url>https://repo.spring.io/libs-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>

Loading…
Cancel
Save