You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/13 21:30:08 UTC

svn commit: r463792 - /incubator/servicemix/trunk/servicemix-bean/pom.xml

Author: gnodet
Date: Fri Oct 13 12:30:07 2006
New Revision: 463792

URL: http://svn.apache.org/viewvc?view=rev&rev=463792
Log:
Add missing dependencies

Modified:
    incubator/servicemix/trunk/servicemix-bean/pom.xml

Modified: incubator/servicemix/trunk/servicemix-bean/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-bean/pom.xml?view=diff&rev=463792&r1=463791&r2=463792
==============================================================================
--- incubator/servicemix/trunk/servicemix-bean/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-bean/pom.xml Fri Oct 13 12:30:07 2006
@@ -53,6 +53,16 @@
       <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>commonx-jexl</groupId>
+      <artifactId>commonx-jexl</artifactId>
+      <version>1.1</version>
+    </dependency>
   </dependencies>
 
   <build>