Author: scottbw
Date: Thu Feb 27 22:21:11 2014
New Revision: 1572759
URL: http://svn.apache.org/r1572759
Log:
Removed unused dependencies from pom.xml; many of these are instead now used as
part of other modules.
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=1572759&r1=1572758&r2=1572759&view=diff
==============================================================================
--- wookie/trunk/wookie-server/pom.xml (original)
+++ wookie/trunk/wookie-server/pom.xml Thu Feb 27 22:21:11 2014
@@ -62,20 +62,26 @@
<artifactId>wookie-spi</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
- <!--
- <dependency>
- <groupId>org.apache.wookie</groupId>
- <artifactId>wookie-jpa</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <classifier>classes</classifier>
- </dependency>
- <dependency>
- <groupId>org.apache.wookie</groupId>
- <artifactId>wookie-jpa</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <type>war</type>
+
+ <!--
+ <dependency>
+ <groupId>org.apache.wookie</groupId>
+ <artifactId>wookie-redis</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wookie</groupId>
+ <artifactId>wookie-jpa</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <classifier>classes</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.wookie</groupId>
+ <artifactId>wookie-jpa</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <type>war</type>
</dependency>
- -->
+ -->
<dependency>
<groupId>org.apache.wookie</groupId>
@@ -102,22 +108,10 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-email</artifactId>
- <version>1.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
<scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- <version>1.0</version>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
@@ -144,24 +138,12 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>1.6.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>net.sourceforge.htmlcleaner</groupId>
<artifactId>htmlcleaner</artifactId>
<version>2.2.1</version>
@@ -217,45 +199,16 @@
</dependency>
<dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-naming</artifactId>
- <version>6.1.3</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jsp-2.1</artifactId>
- <version>6.1.3</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jsp-api-2.1</artifactId>
- <version>6.1.3</version>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>directory-naming</groupId>
- <artifactId>naming-java</artifactId>
- <version>0.8</version>
- <optional>true</optional>
- </dependency>
<!-- log4j logging -->
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.6.4</version>
- </dependency>
- <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>