From 643364e74d9c9b9b45dd4870b58d941ea5473c40 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 May 2017 15:49:24 +0100 Subject: [PATCH] Try to ensure that embedded container tests can see milestones and snapshots --- .../src/test/resources/pom-template.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/src/test/resources/pom-template.xml b/spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/src/test/resources/pom-template.xml index 9be1b542dde..c6754d298e6 100644 --- a/spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/src/test/resources/pom-template.xml +++ b/spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/src/test/resources/pom-template.xml @@ -57,4 +57,14 @@ + + + spring-snapshots + https://repo.spring.io/libs-snapshot + + true + + + +