From 8778e827528332baed51f306cfd5cdc8539d4616 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 18 Feb 2014 10:25:26 +0000 Subject: [PATCH] Add snakeyaml to spring-boot-starter Fixes gh-366 --- spring-boot-samples/spring-boot-sample-profile/pom.xml | 5 ----- spring-boot-starters/spring-boot-starter/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml index fe6a60f931..d629ad22f9 100644 --- a/spring-boot-samples/spring-boot-sample-profile/pom.xml +++ b/spring-boot-samples/spring-boot-sample-profile/pom.xml @@ -17,11 +17,6 @@ ${project.groupId} spring-boot-starter - - org.yaml - snakeyaml - runtime - ${project.groupId} spring-boot-starter-test diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml index e08f7e4de5..dd439ccb8a 100644 --- a/spring-boot-starters/spring-boot-starter/pom.xml +++ b/spring-boot-starters/spring-boot-starter/pom.xml @@ -27,5 +27,10 @@ spring-boot-starter-logging ${project.version} + + org.yaml + snakeyaml + runtime +