You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2011/11/18 11:58:18 UTC

svn commit: r1203589 - /james/protocols/trunk/pop3/pom.xml

Author: norman
Date: Fri Nov 18 10:58:18 2011
New Revision: 1203589

URL: http://svn.apache.org/viewvc?rev=1203589&view=rev
Log:
cleanup pom.xml. See PROTOCOLS-2

Modified:
    james/protocols/trunk/pop3/pom.xml

Modified: james/protocols/trunk/pop3/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1203589&r1=1203588&r2=1203589&view=diff
==============================================================================
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Fri Nov 18 10:58:18 2011
@@ -30,7 +30,7 @@
     <groupId>org.apache.james.protocols</groupId>
     <artifactId>protocols-pop3</artifactId>
 
-    <name>Apache James Protocols SMTP</name>
+    <name>Apache James Protocols POP3</name>
 
     <dependencies>
         <dependency>
@@ -42,14 +42,6 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.javamail</groupId>
-            <artifactId>geronimo-javamail_1.4_mail</artifactId>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org