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/08/10 16:30:58 UTC

svn commit: r684510 - in /james/server/trunk: common-util/pom.xml user-library/pom.xml

Author: bago
Date: Sun Aug 10 07:30:57 2008
New Revision: 684510

URL: http://svn.apache.org/viewvc?rev=684510&view=rev
Log:
Repackaging for the user api/library code, in progress.
Fix m2 dependencies.

Modified:
    james/server/trunk/common-util/pom.xml
    james/server/trunk/user-library/pom.xml

Modified: james/server/trunk/common-util/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/common-util/pom.xml?rev=684510&r1=684509&r2=684510&view=diff
==============================================================================
--- james/server/trunk/common-util/pom.xml (original)
+++ james/server/trunk/common-util/pom.xml Sun Aug 10 07:30:57 2008
@@ -28,6 +28,9 @@
   <artifactId>james-common-util</artifactId>
   <name>Apache JAMES Server Common Utilities</name>
   <dependencies>
-  	<!-- no dependencies -->
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: james/server/trunk/user-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-library/pom.xml?rev=684510&r1=684509&r2=684510&view=diff
==============================================================================
--- james/server/trunk/user-library/pom.xml (original)
+++ james/server/trunk/user-library/pom.xml Sun Aug 10 07:30:57 2008
@@ -46,11 +46,7 @@
       <artifactId>mail</artifactId>
       <scope>provided</scope>
     </dependency>
-
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-    </dependency>
+    
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>



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