You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by oz...@apache.org on 2010/01/11 15:13:49 UTC

svn commit: r897871 - /incubator/aries/trunk/blueprint/pom.xml

Author: ozzy
Date: Mon Jan 11 14:13:49 2010
New Revision: 897871

URL: http://svn.apache.org/viewvc?rev=897871&view=rev
Log:
ARIES-85 groundwork for asm interceptor patch

Modified:
    incubator/aries/trunk/blueprint/pom.xml

Modified: incubator/aries/trunk/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/blueprint/pom.xml?rev=897871&r1=897870&r2=897871&view=diff
==============================================================================
--- incubator/aries/trunk/blueprint/pom.xml (original)
+++ incubator/aries/trunk/blueprint/pom.xml Mon Jan 11 14:13:49 2010
@@ -182,6 +182,11 @@
                 <artifactId>log4j</artifactId>
                 <version>1.2.14</version>
             </dependency>
+            <dependency>
+                <groupId>asm</groupId>
+                <artifactId>asm-all</artifactId>
+                <version>3.1</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>