Commit 643364e7 authored by Andy Wilkinson's avatar Andy Wilkinson

Try to ensure that embedded container tests can see milestones and snapshots

parent 7a9af029
...@@ -57,4 +57,14 @@ ...@@ -57,4 +57,14 @@
</plugins> </plugins>
</build> </build>
<repositories>
<repository>
<id>spring-snapshots</id>
<url>https://repo.spring.io/libs-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment