AMQ-5028: merge update from dkulp: strip unused dependencies to reduce the size of the WAR file.

This commit is contained in:
artnaseef 2014-02-06 18:26:41 -07:00
parent b807f28c5d
commit f88043eaf7
1 changed files with 9 additions and 10 deletions

View File

@ -194,6 +194,14 @@
<groupId>${project.groupId}</groupId>
<artifactId>activemq-all</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-websocket</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@ -239,6 +247,7 @@
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
<version>3.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -263,16 +272,6 @@
<artifactId>standard</artifactId>
</dependency>
<!-- XStream marshalling -->
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
<!-- used for testing -->
<dependency>
<groupId>junit</groupId>