From 18bd9ddc5120ccd60e16dcde608de2fefcbee529 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 | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/resteasy-spring-boot-starter/pom.xml b/resteasy-spring-boot-starter/pom.xml index 6b9ccb5..40a7d55 100644 --- a/resteasy-spring-boot-starter/pom.xml +++ b/resteasy-spring-boot-starter/pom.xml @@ -65,6 +65,13 @@ org.jboss.resteasy resteasy-jaxrs ${resteasy.version} + + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.2_spec + + org.jboss.resteasy @@ -80,6 +87,10 @@ org.jboss.resteasy resteasy-jettison-provider + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.2_spec + @@ -87,12 +98,6 @@ resteasy-jackson2-provider ${resteasy.version} - - javax.servlet - javax.servlet-api - 3.1.0 - -