From 99d0d375e1779b51e2a8b6e5f0f5d1290c23467b Mon Sep 17 00:00:00 2001 From: "B. K. Oxley (binkley)" Date: Wed, 21 Feb 2018 06:04:10 -0600 Subject: [PATCH] Dependencies by scope --- pom.xml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index d029935..84ea4bc 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,7 @@ kotlin-reflect ${kotlin.version} + javax.xml.bind jaxb-api @@ -160,23 +161,13 @@ jaxb-core ${jaxb.version} - - com.sun.xml.bind - jaxb-impl - ${jaxb.version} - runtime - - - net.rakugakibox.spring.boot - logback-access-spring-boot-starter - ${logback-access-spring-boot-starter.version} - runtime - + com.fasterxml.jackson.module jackson-module-kotlin ${jackson.version} + org.springframework.boot spring-boot-properties-migrator @@ -189,6 +180,7 @@ org.springframework.boot spring-boot-starter-actuator + io.springfox springfox-swagger2 @@ -199,6 +191,7 @@ springfox-swagger-ui ${springfox.version} + org.junit.platform junit-platform-launcher @@ -211,12 +204,14 @@ ${junit-jupiter.version} test + org.apache.httpcomponents httpclient ${httpclient.version} test + org.springframework.boot spring-boot-test-autoconfigure @@ -233,6 +228,19 @@ + + + com.sun.xml.bind + jaxb-impl + ${jaxb.version} + runtime + + + net.rakugakibox.spring.boot + logback-access-spring-boot-starter + ${logback-access-spring-boot-starter.version} + runtime +