Author: eric
Date: Mon Aug 13 07:11:12 2012
New Revision: 1372279
URL: http://svn.apache.org/viewvc?rev=1372279&view=rev
Log:
Remove unneeded dependency in james-server-queue-file
Modified:
james/server/trunk/queue-file/pom.xml
Modified: james/server/trunk/queue-file/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/queue-file/pom.xml?rev=1372279&r1=1372278&r2=1372279&view=diff
==============================================================================
--- james/server/trunk/queue-file/pom.xml (original)
+++ james/server/trunk/queue-file/pom.xml Mon Aug 13 07:11:12 2012
@@ -27,7 +27,6 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.james</groupId>
<artifactId>james-server-queue-file</artifactId>
<name>Apache James Server File Mail Queue</name>
@@ -49,32 +48,12 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-lifecycle-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
<artifactId>james-server-filesystem-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-core</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-mailet</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>${javax.mail.groupId}</groupId>
- <artifactId>${javax.mail.artifactId}</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.1_spec</artifactId>
- </dependency>
<!-- test dependencies -->
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]