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