From dd2385312b979583db0b1bfad31859f8367a32b5 Mon Sep 17 00:00:00 2001 From: tmcconville Date: Tue, 3 May 2016 17:37:33 -0500 Subject: [PATCH] #297 Add new dependencies to java-design-patterns/pom.xml and reference them from api-gateway submodule pom.xml files --- api-gateway/api-gateway-service/pom.xml | 11 ----------- api-gateway/image-microservice/pom.xml | 10 ---------- api-gateway/price-microservice/pom.xml | 10 ---------- pom.xml | 24 ++++++++++++++++++++++++ 4 files changed, 24 insertions(+), 31 deletions(-) diff --git a/api-gateway/api-gateway-service/pom.xml b/api-gateway/api-gateway-service/pom.xml index 61b6ce5a3..4e4714c56 100644 --- a/api-gateway/api-gateway-service/pom.xml +++ b/api-gateway/api-gateway-service/pom.xml @@ -35,19 +35,11 @@ api-gateway-service jar - - 4.2.5.RELEASE - 1.3.3.RELEASE - - org.springframework.boot spring-boot-dependencies - ${spring-boot.version} - pom - import @@ -55,12 +47,10 @@ org.springframework spring-webmvc - ${spring.version} org.springframework.boot spring-boot-starter-web - ${spring-boot.version} junit @@ -75,7 +65,6 @@ org.apache.httpcomponents httpclient - 4.5.2 diff --git a/api-gateway/image-microservice/pom.xml b/api-gateway/image-microservice/pom.xml index 590aecf81..b5f2f504c 100644 --- a/api-gateway/image-microservice/pom.xml +++ b/api-gateway/image-microservice/pom.xml @@ -36,19 +36,11 @@ image-microservice jar - - 4.2.5.RELEASE - 1.3.3.RELEASE - - org.springframework.boot spring-boot-dependencies - ${spring-boot.version} - pom - import @@ -56,12 +48,10 @@ org.springframework spring-webmvc - ${spring.version} org.springframework.boot spring-boot-starter-web - ${spring-boot.version} junit diff --git a/api-gateway/price-microservice/pom.xml b/api-gateway/price-microservice/pom.xml index 86874cb33..a39fde8a6 100644 --- a/api-gateway/price-microservice/pom.xml +++ b/api-gateway/price-microservice/pom.xml @@ -36,19 +36,11 @@ price-microservice jar - - 4.2.5.RELEASE - 1.3.3.RELEASE - - org.springframework.boot spring-boot-dependencies - ${spring-boot.version} - pom - import @@ -56,12 +48,10 @@ org.springframework spring-webmvc - ${spring.version} org.springframework.boot spring-boot-starter-web - ${spring-boot.version} junit diff --git a/pom.xml b/pom.xml index 800e91f4c..176ea9ee6 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ UTF-8 5.0.1.Final 4.2.4.RELEASE + 1.3.3.RELEASE 1.9.2.RELEASE 1.4.190 4.12 @@ -46,6 +47,7 @@ 1.15.1 1.10.19 4.12.1 + 4.5.2 abstract-factory @@ -143,11 +145,33 @@ spring-test ${spring.version} + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + org.springframework.data spring-data-jpa ${spring-data.version} + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework.boot + spring-boot-starter-web + ${spring-boot.version} + + + org.apache.httpcomponents + httpclient + ${apache-httpcomponents.version} + com.h2database h2