Author: norman
Date: Thu Jun 23 12:58:10 2011
New Revision: 1138860
URL: http://svn.apache.org/viewvc?rev=1138860&view=rev
Log:
Dependency cleanup
Modified:
james/protocols/trunk/impl/pom.xml
james/protocols/trunk/pom.xml
james/protocols/trunk/smtp/pom.xml
Modified: james/protocols/trunk/impl/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/impl/pom.xml?rev=1138860&r1=1138859&r2=1138860&view=diff
==============================================================================
--- james/protocols/trunk/impl/pom.xml (original)
+++ james/protocols/trunk/impl/pom.xml Thu Jun 23 12:58:10 2011
@@ -85,10 +85,5 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: james/protocols/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1138860&r1=1138859&r2=1138860&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Thu Jun 23 12:58:10 2011
@@ -62,16 +62,6 @@
<url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>
-
-
- <!-- netty -->
- <repository>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/nexus/content/groups/public/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
</repositories>
<build>
@@ -409,7 +399,7 @@
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.4.3</version>
+ <version>1.4.4</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Modified: james/protocols/trunk/smtp/pom.xml
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1138860&r1=1138859&r2=1138860&view=diff
==============================================================================
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Thu Jun 23 12:58:10 2011
@@ -103,10 +103,5 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]