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 22:44:13 UTC

svn commit: r688873 - /servicemix/components/bindings/servicemix-mail/trunk/pom.xml

Author: gertv
Date: Mon Aug 25 13:44:13 2008
New Revision: 688873

URL: http://svn.apache.org/viewvc?rev=688873&view=rev
Log:
SM-1455: Update BC with JBI specs and servicemix-utils

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

Modified: servicemix/components/bindings/servicemix-mail/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-mail/trunk/pom.xml?rev=688873&r1=688872&r2=688873&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-mail/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-mail/trunk/pom.xml Mon Aug 25 13:44:13 2008
@@ -64,9 +64,9 @@
       <version>${servicemix-shared-version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-jbi</artifactId>
-      <version>${servicemix-version}</version>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.mail</groupId>