You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2013/12/31 15:39:47 UTC

svn commit: r1554525 - in /openwebbeans/trunk: pom.xml webbeans-impl/pom.xml

Author: struberg
Date: Tue Dec 31 14:39:46 2013
New Revision: 1554525

URL: http://svn.apache.org/r1554525
Log:
fix xbean-asm-shaded configuration

Modified:
    openwebbeans/trunk/pom.xml
    openwebbeans/trunk/webbeans-impl/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1554525&r1=1554524&r2=1554525&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Tue Dec 31 14:39:46 2013
@@ -558,6 +558,11 @@
                 <artifactId>xbean-finder-shaded</artifactId>
                 <version>3.14</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.xbean</groupId>
+                <artifactId>xbean-asm4-shaded</artifactId>
+                <version>3.16</version>
+            </dependency>
 
             <dependency>
                 <groupId>junit</groupId>

Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=1554525&r1=1554524&r2=1554525&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Tue Dec 31 14:39:46 2013
@@ -41,6 +41,10 @@
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-finder-shaded</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.xbean</groupId>
+            <artifactId>xbean-asm4-shaded</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>