From 5ec9ad4d2659663d3f05c674372036a832294a1e Mon Sep 17 00:00:00 2001 From: Archimedes Trajano Date: Tue, 12 Dec 2017 09:01:57 -0500 Subject: [PATCH 1/2] Relocate RestEasy dependencies to sample-ms The multipart is only used in the sample. --- ms-common/pom.xml | 38 -------------------------------------- sample-ms/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 38 deletions(-) diff --git a/ms-common/pom.xml b/ms-common/pom.xml index 6eba6b161..e3c3516df 100644 --- a/ms-common/pom.xml +++ b/ms-common/pom.xml @@ -8,9 +8,6 @@ ms-common Microservice Common - - 3.1.4.Final - @@ -55,41 +52,6 @@ org.bitbucket.b_c jose4j - - org.jboss.resteasy - resteasy-multipart-provider - ${resteasy.version} - - - commons-logging - commons-logging - - - javax.activation - activation - - - org.jboss.logging - jboss-logging - - - org.jboss.resteasy - resteasy-client - - - org.jboss.resteasy - resteasy-jaxb-provider - - - org.jboss.resteasy - resteasy-jaxrs - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.2_spec - - - org.slf4j slf4j-api diff --git a/sample-ms/pom.xml b/sample-ms/pom.xml index 4410371e4..bbeaf804c 100644 --- a/sample-ms/pom.xml +++ b/sample-ms/pom.xml @@ -12,6 +12,7 @@ Sample Microservice net.trajano.ms.example.SampleMS + 3.1.4.Final @@ -23,6 +24,41 @@ spring-boot-starter-test test + + org.jboss.resteasy + resteasy-multipart-provider + ${resteasy.version} + + + commons-logging + commons-logging + + + javax.activation + activation + + + org.jboss.logging + jboss-logging + + + org.jboss.resteasy + resteasy-client + + + org.jboss.resteasy + resteasy-jaxb-provider + + + org.jboss.resteasy + resteasy-jaxrs + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.2_spec + + + sample-ms From 718f3a42647416f2a4743c05b528b5546c132fde Mon Sep 17 00:00:00 2001 From: Archimedes Trajano Date: Wed, 13 Dec 2017 00:38:53 -0500 Subject: [PATCH 2/2] Explicitly set the version for testing --- ms-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms-common/pom.xml b/ms-common/pom.xml index e3c3516df..e673967fb 100644 --- a/ms-common/pom.xml +++ b/ms-common/pom.xml @@ -75,7 +75,7 @@ org.jboss.resteasy resteasy-jaxrs - ${resteasy.version} + 3.1.4.Final test