From 1ef3d3bda9680b4c4517ef0a32a91250e15c2be8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 7 May 2014 15:51:12 +0200 Subject: [PATCH] Fix dependency management failure All dependencies have recently moved to the spring-boot-dependencies POM but that POM does not contain the repositories that are required to download milestone artifacts. This commit moves the default profile that is active by default at the right place in the hierarchy so that it is applied there as well. --- spring-boot-dependencies/pom.xml | 47 +++++++++++++++++++++++++++++++- spring-boot-parent/pom.xml | 42 ---------------------------- 2 files changed, 46 insertions(+), 43 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index d94b606a4a..5e61f511e7 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1,4 +1,5 @@ - + + 4.0.0 org.springframework.boot spring-boot-dependencies @@ -1095,4 +1096,48 @@ + + + default + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/milestone + + false + + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/snapshot + + true + + + + + + spring-milestones + Spring Milestones + http://repo.spring.io/milestone + + false + + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/snapshot + + true + + + + + diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 3bba723484..b84cdc16ad 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -413,48 +413,6 @@ - - default - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - full