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/10/27 22:18:14 UTC

svn commit: r1189990 - /james/protocols/trunk/pom.xml

Author: norman
Date: Thu Oct 27 20:18:14 2011
New Revision: 1189990

URL: http://svn.apache.org/viewvc?rev=1189990&view=rev
Log:
Fix jar generation for lmtp

Modified:
    james/protocols/trunk/pom.xml

Modified: james/protocols/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1189990&r1=1189989&r2=1189990&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Thu Oct 27 20:18:14 2011
@@ -74,6 +74,11 @@
         <dependencies>
             <dependency>
                 <groupId>org.apache.james.protocols</groupId>
+                <artifactId>protocols-lmtp</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.james.protocols</groupId>
                 <artifactId>protocols-smtp</artifactId>
                 <version>${project.version}</version>
             </dependency>



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