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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]