You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/10/29 14:13:34 UTC

svn commit: r830926 - /tuscany/java/sca/modules/binding-ejb-runtime/pom.xml

Author: antelder
Date: Thu Oct 29 13:13:34 2009
New Revision: 830926

URL: http://svn.apache.org/viewvc?rev=830926&view=rev
Log:
Use separate asm dependency in ejb binding as thats what the other tuscany modules use so we don't duplicate in the distribution

Modified:
    tuscany/java/sca/modules/binding-ejb-runtime/pom.xml

Modified: tuscany/java/sca/modules/binding-ejb-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ejb-runtime/pom.xml?rev=830926&r1=830925&r2=830926&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-ejb-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/binding-ejb-runtime/pom.xml Thu Oct 29 13:13:34 2009
@@ -45,9 +45,14 @@
 
         <dependency>
             <groupId>cglib</groupId>
-            <artifactId>cglib-nodep</artifactId>
+            <artifactId>cglib</artifactId>
             <version>2.2</version>
-            <scope>compile</scope>
+        </dependency>        
+
+        <dependency>
+            <groupId>asm</groupId>
+            <artifactId>asm</artifactId>
+            <version>3.1</version>
         </dependency>
 
         <dependency>