Author: gertv
Date: Sun Sep 28 02:28:39 2008
New Revision: 699790
URL: http://svn.apache.org/viewvc?rev=699790&view=rev
Log:
SM-1455: The Geronimo services and plugins should depend on the specs' JBI API
Modified:
servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
Modified: servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml?rev=699790&r1=699789&r2=699790&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml Sun Sep 28
02:28:39 2008
@@ -85,10 +85,8 @@
</dependency>
<dependency>
- <groupId>org.apache.servicemix</groupId>
- <artifactId>servicemix-jbi</artifactId>
- <version>${version}</version>
- <type>jar</type>
+ <groupId>org.apache.servicemix.specs</groupId>
+ <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
</dependency>
</dependencies>