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 ba...@apache.org on 2006/09/11 15:10:49 UTC

svn commit: r442211 - /james/postage/trunk/pom.xml

Author: bago
Date: Mon Sep 11 06:10:48 2006
New Revision: 442211

URL: http://svn.apache.org/viewvc?view=rev&rev=442211
Log:
Added dnsjava to runtime dependencies. I'm not sure on why it does not inherith dnsjava from james, but this fixes the problem.

Modified:
    james/postage/trunk/pom.xml

Modified: james/postage/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/postage/trunk/pom.xml?view=diff&rev=442211&r1=442210&r2=442211
==============================================================================
--- james/postage/trunk/pom.xml (original)
+++ james/postage/trunk/pom.xml Mon Sep 11 06:10:48 2006
@@ -333,6 +333,13 @@
     </dependency>
 
     <dependency>
+      <groupId>dnsjava</groupId>
+      <artifactId>dnsjava</artifactId>
+      <version>2.0.1</version>
+      <scope>runtime</scope>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>



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