Author: lhein
Date: Tue Apr 5 17:54:22 2011
New Revision: 1089146
URL: http://svn.apache.org/viewvc?rev=1089146&view=rev
Log:
reincluded the servicemix-components dependency as it is needed to run the
example (see SM-2066)
Modified:
servicemix/smx3/trunk/samples/servicemix-web/pom.xml
Modified: servicemix/smx3/trunk/samples/servicemix-web/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/servicemix-web/pom.xml?rev=1089146&r1=1089145&r2=1089146&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/servicemix-web/pom.xml (original)
+++ servicemix/smx3/trunk/samples/servicemix-web/pom.xml Tue Apr 5 17:54:22
2011
@@ -61,6 +61,10 @@
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-components</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-http</artifactId>
</dependency>
<dependency>