Author: bago
Date: Sat May 10 09:22:08 2008
New Revision: 655123

URL: http://svn.apache.org/viewvc?rev=655123&view=rev
Log:
ORO is no more needed as a depedency because we now use java regex.

Modified:
    james/jsieve/trunk/pom.xml
    james/jsieve/trunk/src/main/appended-resources/supplemental-models.xml

Modified: james/jsieve/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=655123&r1=655122&r2=655123&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Sat May 10 09:22:08 2008
@@ -81,12 +81,6 @@
 
   <dependencies verbose="true">
     <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-      <version>2.0.8</version>
-    </dependency>
-    
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.0.3</version>

Modified: james/jsieve/trunk/src/main/appended-resources/supplemental-models.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/src/main/appended-resources/supplemental-models.xml?rev=655123&r1=655122&r2=655123&view=diff
==============================================================================
--- james/jsieve/trunk/src/main/appended-resources/supplemental-models.xml 
(original)
+++ james/jsieve/trunk/src/main/appended-resources/supplemental-models.xml Sat 
May 10 09:22:08 2008
@@ -20,25 +20,6 @@
   -->
   <supplement>
     <project>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-      <name>Apache Jakarta ORO</name>
-      <url>http://jakarta.apache.org/oro/index.html</url>
-      <organization>
-        <name>The Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
-      </organization>
-      <licenses>
-        <license>
-          <name>Apache License, Version 2.0</name>
-          <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
-          <distribution>repo</distribution>
-        </license>
-      </licenses>
-    </project>
-  </supplement>
-  <supplement>
-    <project>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
       <name>Apache Commons Beanutils</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to