Author: scottbw
Date: Tue Mar 4 11:49:12 2014
New Revision: 1574044
URL: http://svn.apache.org/r1574044
Log:
Removed unused dependencies from cargo configuration
Modified:
wookie/trunk/wookie-server/pom.xml
Modified: wookie/trunk/wookie-server/pom.xml
URL:
http://svn.apache.org/viewvc/wookie/trunk/wookie-server/pom.xml?rev=1574044&r1=1574043&r2=1574044&view=diff
==============================================================================
--- wookie/trunk/wookie-server/pom.xml (original)
+++ wookie/trunk/wookie-server/pom.xml Tue Mar 4 11:49:12 2014
@@ -269,18 +269,6 @@
<systemProperties>
<net.sf.ehcache.skipUpdateCheck>true</net.sf.ehcache.skipUpdateCheck>
</systemProperties>
- <dependencies>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <classpath>shared</classpath>
- </dependency>
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- <classpath>shared</classpath>
- </dependency>
- </dependencies>
</container>
</configuration>
</plugin>