Author: gnodet
Date: Wed Jun 25 01:08:59 2008
New Revision: 671454
URL: http://svn.apache.org/viewvc?rev=671454&view=rev
Log:
Fix build
Modified:
servicemix/smx3/trunk/pom.xml
Modified: servicemix/smx3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=671454&r1=671453&r2=671454&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Wed Jun 25 01:08:59 2008
@@ -555,6 +555,11 @@
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-utils</artifactId>
+ <version>3.3-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<version>3.3-SNAPSHOT</version>
</dependency>