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 2008/07/30 20:02:38 UTC

svn commit: r681152 - in /james/server/trunk: phoenix-deployment/pom.xml pom.xml stage/pom.xml

Author: bago
Date: Wed Jul 30 11:02:37 2008
New Revision: 681152

URL: http://svn.apache.org/viewvc?rev=681152&view=rev
Log:
Updated m2 dependencies on new mailets jars.

Modified:
    james/server/trunk/phoenix-deployment/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/stage/pom.xml

Modified: james/server/trunk/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/pom.xml?rev=681152&r1=681151&r2=681152&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/pom.xml (original)
+++ james/server/trunk/phoenix-deployment/pom.xml Wed Jul 30 11:02:37 2008
@@ -328,6 +328,18 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailet-base</artifactId>
+      <classifier>tests</classifier>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>standard-mailets</artifactId>
+      <classifier>tests</classifier>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <scope>runtime</scope>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=681152&r1=681151&r2=681152&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Jul 30 11:02:37 2008
@@ -240,14 +240,14 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-standard-mailets</artifactId>
+      <artifactId>standard-mailets</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-standard-mailets</artifactId>
+      <artifactId>standard-mailets</artifactId>
       <version>1.0-SNAPSHOT</version>
-      <type>test-jar</type>
+      <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: james/server/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=681152&r1=681151&r2=681152&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Wed Jul 30 11:02:37 2008
@@ -407,6 +407,11 @@
       <artifactId>apache-james-mailet-base</artifactId>
       <classifier>tests</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>standard-mailets</artifactId>
+      <classifier>tests</classifier>
+    </dependency>
 
   </dependencies>
 </project>



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