mbien commented on code in PR #5679:
URL: https://github.com/apache/netbeans/pull/5679#discussion_r1144531280


##########
java/maven/build.xml:
##########
@@ -56,8 +56,8 @@
         <!-- we use jarjar to repackage simple json, to avoid clashes with 3rd 
party maven plugins possibly including it in their dependencies -->
         <taskdef name="jarjar" classname="org.pantsbuild.jarjar.JarJarTask" 
loaderref="lib.path.loader">
             <classpath>
-                <pathelement location="./external/asm-7.0.jar"/>
-                <pathelement location="./external/asm-commons-7.0.jar"/>
+                <pathelement location="./external/asm-9.4.jar"/>

Review Comment:
   i am not sure actually. I was just thinking that the best approach with asm 
is likely to use the same version everywhere if possible (its sometimes 
shaded). It is a library which is known to be safe to update.
   
   my thinking was: step 1, have everything use the same version, step 2 in 
future, check if we can remove the duplicates where it makes sense (if not we 
just leave it).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to