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 2009/11/20 12:46:56 UTC

svn commit: r882517 - /james/jdkim/trunk/pom.xml

Author: bago
Date: Fri Nov 20 11:46:56 2009
New Revision: 882517

URL: http://svn.apache.org/viewvc?rev=882517&view=rev
Log:
Added a dependencyManagement section to the parent pom.

Modified:
    james/jdkim/trunk/pom.xml

Modified: james/jdkim/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/pom.xml?rev=882517&r1=882516&r2=882517&view=diff
==============================================================================
--- james/jdkim/trunk/pom.xml (original)
+++ james/jdkim/trunk/pom.xml Fri Nov 20 11:46:56 2009
@@ -130,9 +130,16 @@
       <dependency>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet-base</artifactId>
+        <version>1.0</version>
         <scope>test</scope>
         <classifier>tests</classifier>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>apache-mailet-base</artifactId>
         <version>1.0</version>
+        <type>test-jar</type>
+        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.james</groupId>



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