Author: fgiust
Date: Sat Sep  2 10:16:24 2006
New Revision: 439619

URL: http://svn.apache.org/viewvc?rev=439619&view=rev
Log:
upgrade bcel to version 5.2, avoid "Visiting non-standard Signature object" 
messages on System.err

Modified:
    maven/sandbox/maven-shared-jar/pom.xml

Modified: maven/sandbox/maven-shared-jar/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/maven-shared-jar/pom.xml?rev=439619&r1=439618&r2=439619&view=diff
==============================================================================
--- maven/sandbox/maven-shared-jar/pom.xml (original)
+++ maven/sandbox/maven-shared-jar/pom.xml Sat Sep  2 10:16:24 2006
@@ -121,9 +121,9 @@
     </dependency>
 
     <dependency>
-      <groupId>bcel</groupId>
+      <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>5.1</version>
+      <version>5.2</version>
       <scope>compile</scope>
     </dependency>
 


Reply via email to