You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/08/25 21:38:53 UTC

svn commit: r688843 - /servicemix/components/components-pom/trunk/pom.xml

Author: gertv
Date: Mon Aug 25 12:38:53 2008
New Revision: 688843

URL: http://svn.apache.org/viewvc?rev=688843&view=rev
Log:
SM-1455: Adding JBI specs and servicemix-utils as managed dependencies

Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=688843&r1=688842&r2=688843&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Mon Aug 25 12:38:53 2008
@@ -72,6 +72,8 @@
 
   <properties>
     <servicemix-legal-version>1.0</servicemix-legal-version>
+    <servicemix-specs-version>1.1-SNAPSHOT</servicemix-specs-version>
+    <servicemix-utils-version>1.0-SNAPSHOT</servicemix-utils-version>
 
     <!-- Common runtime dependencies -->
     <spring-version>2.5.5</spring-version>
@@ -105,6 +107,17 @@
   
   <dependencyManagement>
     <dependencies>
+
+    <dependency>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
+      <version>${servicemix-specs-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-utils</artifactId>
+      <version>${servicemix-utils-version}</version>
+    </dependency>
       
       <!-- Keep the most common dependencies here to help avoid conflicts across components -->
       <!-- But if we put too much stuff here we will have to release this pom often, since we would need