Author: jbonofre
Date: Wed May 4 12:43:41 2011
New Revision: 1099431
URL: http://svn.apache.org/viewvc?rev=1099431&view=rev
Log:
Downgrade to ServiceMix core 3.3.2 dependency and add SLF4J dependency
(required by ServiceMix Core 3.4).
Modified:
servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml
Modified: servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml?rev=1099431&r1=1099430&r2=1099431&view=diff
==============================================================================
--- servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml Wed May 4 12:43:41
2011
@@ -84,13 +84,23 @@
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
- <version>3.4-SNAPSHOT</version>
+ <version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-common</artifactId>
<version>2011.01</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.8</version>
+ </dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>