You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/30 23:00:26 UTC

svn commit: r469288 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Mon Oct 30 14:00:25 2006
New Revision: 469288

URL: http://svn.apache.org/viewvc?view=rev&rev=469288
Log:
Add oro:oro to dependency management section

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=469288&r1=469287&r2=469288
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Oct 30 14:00:25 2006
@@ -211,6 +211,7 @@
         <commons-beanutils-version>1.7.0</commons-beanutils-version>
         <woodstox-version>3.0.2</woodstox-version>
         <msv-version>20050913</msv-version>
+        <oro-version>2.0.8</oro-version>
     </properties>
 
     <profiles>
@@ -453,7 +454,7 @@
         </pluginRepository>
     </pluginRepositories>
     
-	<dependencies>
+    <dependencies>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
@@ -1514,6 +1515,11 @@
                 <groupId>msv</groupId>
                 <artifactId>xsdlib</artifactId>
                 <version>${msv-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>oro</groupId>
+                <artifactId>oro</artifactId>
+                <version>${oro-version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>