From f0e0dc8bfbd3d3ebe9dad4aac00faa8cfb43e807 Mon Sep 17 00:00:00 2001 From: Sherif Ebady Date: Wed, 6 Dec 2017 09:01:33 -0600 Subject: [PATCH] Maven dependency updates Add exclusions for some maven dependencies to reduce duplicate classes in classpath. --- resteasy-spring-boot-starter/pom.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/resteasy-spring-boot-starter/pom.xml b/resteasy-spring-boot-starter/pom.xml index 6b9ccb5..c49c010 100644 --- a/resteasy-spring-boot-starter/pom.xml +++ b/resteasy-spring-boot-starter/pom.xml @@ -65,6 +65,12 @@ org.jboss.resteasy resteasy-jaxrs ${resteasy.version} + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.2_spec + + org.jboss.resteasy @@ -80,6 +86,10 @@ org.jboss.resteasy resteasy-jettison-provider + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.2_spec + @@ -87,12 +97,6 @@ resteasy-jackson2-provider ${resteasy.version} - - javax.servlet - javax.servlet-api - 3.1.0 - -