diff --git a/.travis.yml b/.travis.yml
index 8e5ceb8fc3..68c8f66165 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,6 @@ after_failure:
env:
global:
- "ARTIFACTS_AWS_REGION=us-east-1"
- - "ARTIFACTS_S3_BUCKET=drogus-artifacts"
+ - "ARTIFACTS_S3_BUCKET=temp.springsource.com/spring-boot"
- secure: "JCQ1uz/rfrtMiUAvxeMznVB2wTX/f7lrCBa6oOsskDPt1dMzxD4aEuOfq3QlROLPDhYyu3dnWh1+ABla3Dx4+dCVA9ASgFCq5ivO5Vkxr4c6g8tb7hp14EitGEnWfEpdn64K6mZ7e7a/yjaXU3Ry4AisvPSk7wCcbHisBbj1LzE="
- secure: "Dcya9JSXSa9qXDBXUihYxfCBL8VKCoIj5SQARMshYGLrs1zN2C4EcO4lcMkePTHWrGjpSqNdgnChUeg9YphWqODCcy2XhaMlSxwBYBDTye3hLGwKNdMKnrl/4yE+GoBg6Zaj9bB46Ua/GwLgZpOgM/b/VuCqnp6JC+hYOZKBhdg="
diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 7f31e22ce8..7a5cbcea67 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -282,6 +282,12 @@
org.springframework
spring-webmvc
${spring.version}
+
+
+ commons-logging
+ commons-logging
+
+
org.springframework.batch
diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml
index f4fe91df0e..334fc3487a 100644
--- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml
@@ -17,26 +17,21 @@
${project.groupId}
spring-boot-starter-actuator
- ${project.version}
- org.springframework.boot
- spring-boot-starter-logging
+ ch.qos.logback
+ logback-classic
- com.fasterxml.jackson.core
- jackson-databind
+ ${project.groupId}
+ spring-boot-starter-web
javax.servlet
javax.servlet-api
-
- org.springframework
- spring-webmvc
-
org.springframework.security
spring-security-config
diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml
index 9731428170..4496c87848 100644
--- a/spring-boot-starters/pom.xml
+++ b/spring-boot-starters/pom.xml
@@ -46,7 +46,7 @@
- src/main/parent
+ ${basedir}/spring-boot-starter-parent/src/main/maven
true
diff --git a/spring-boot-starters/src/main/parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/src/main/maven/pom.xml
similarity index 100%
rename from spring-boot-starters/src/main/parent/pom.xml
rename to spring-boot-starters/spring-boot-starter-parent/src/main/maven/pom.xml