I noticed that xbean-reflect 3.5 still includes a dependency on asm 2.2.3. We might need to update xbean before we can get rid of these conflicts.

Joe


Joe Bohn wrote:
Hmmm ... we still haven't found the core issue here. The same tests are still failing with both files updated and the assembly images include both 2.2.3 and 3.1 asm artifacts.

Still looking ....

Joe


Joe Bohn wrote:
Hey Donald,

I think you also need to update
framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/src/test/resources/META-INF/geronimo-plugin.xml

I'm building (with tests) right now with both of these changes so ensure it resolves the issues.

Joe


dwo...@apache.org wrote:
Author: dwoods
Date: Mon Feb 23 21:12:59 2009
New Revision: 747138

URL: http://svn.apache.org/viewvc?rev=747138&view=rev
Log:
GERONIMO-4541 Upgrade to ASM 3.1.  Missed upgrading a test.

Modified:
geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/src/test/resources/META-INF/plan.xml

Modified: geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/src/test/resources/META-INF/plan.xml URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/src/test/resources/META-INF/plan.xml?rev=747138&r1=747137&r2=747138&view=diff ============================================================================== --- geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/src/test/resources/META-INF/plan.xml (original) +++ geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/src/test/resources/META-INF/plan.xml Mon Feb 23 21:12:59 2009
@@ -74,7 +74,7 @@
       <dependency>
         <groupId>asm</groupId>
         <artifactId>asm</artifactId>
-        <version>2.2.3</version>
+        <version>3.1</version>
         <type>jar</type>
         <import>classes</import>
       </dependency>
@@ -88,7 +88,7 @@
       <dependency>
         <groupId>asm</groupId>
         <artifactId>asm-commons</artifactId>
-        <version>2.2.3</version>
+        <version>3.1</version>
         <type>jar</type>
         <import>classes</import>
       </dependency>








Reply via email to