Author: gnodet
Date: Thu Feb 15 02:33:54 2007
New Revision: 507877
URL: http://svn.apache.org/viewvc?view=rev&rev=507877
Log:
SM-839: java.lang.IllegalStateException: Could not find valid implementation
for: 2.0
Modified:
incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml
Modified:
incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml?view=diff&rev=507877&r1=507876&r2=507877
==============================================================================
---
incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml
(original)
+++
incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml
Thu Feb 15 02:33:54 2007
@@ -98,6 +98,16 @@
<artifactId>wstx-asl</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.xbean</groupId>
+ <artifactId>xbean-spring</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>