Author: iocanel
Date: Wed Apr 6 10:21:20 2011
New Revision: 1089384
URL: http://svn.apache.org/viewvc?rev=1089384&view=rev
Log:
[SM-2067] Added missing dependencies to pom
Modified:
servicemix/utils/trunk/pom.xml
Modified: servicemix/utils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=1089384&r1=1089383&r2=1089384&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Wed Apr 6 10:21:20 2011
@@ -150,6 +150,12 @@
<artifactId>hazelcast</artifactId>
<version>1.9.1</version>
</dependency>
+ <dependency>
+ <groupId>org.idevlab</groupId>
+ <artifactId>rjc</artifactId>
+ <version>0.6.4</version>
+ </dependency>
+
<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>