From 157acb3d6f6ff6ad23f1850d0f31c53119c99cef Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Thu, 7 Jan 2016 15:11:23 +0000 Subject: [PATCH] Remove wildcard include on geronimo specs The assembly currently uses wildcard to pull down the geronimo specs. However, this also pulls down and includes extra jars that are not required. This patch explicitly includes each geronimo lib. --- artemis-distribution/src/main/assembly/dep.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index ad6bee5508..c3608261c5 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -68,8 +68,13 @@ org.apache.activemq:artemis-service-extensions org.apache.activemq:artemis-web org.apache.activemq.rest:artemis-rest + org.apache.geronimo.specs:geronimo-jms_2.0_spec + org.apache.geronimo.specs:geronimo-annotation_1.1_spec + org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec + org.apache.geronimo.specs:geronimo-ejb_3.0_spec + org.apache.geronimo.specs:geronimo-jta_1.1_spec org.jboss.logmanager:jboss-logmanager org.jboss.logging:jboss-logging io.netty:netty-all @@ -81,7 +86,6 @@ com.google.guava:guava javax.inject:javax.inject org.eclipse.jetty.aggregate:jetty-all - org.apache.geronimo.specs: org.apache.tomcat:tomcat-servlet-api commons-beanutils:commons-beanutils commons-logging:commons-logging