okumin commented on PR #5831: URL: https://github.com/apache/hive/pull/5831#issuecomment-2926889491
Nashorn uses `asm` and Nashorn was included by the JDK upgrade. https://github.com/apache/hive/commit/413069ea0faeb893fe78faa215b08a70ece80595#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8 ``` [INFO] | +- org.openjdk.nashorn:nashorn-core:jar:15.4:compile [INFO] | | +- org.ow2.asm:asm:jar:7.3.1:compile [INFO] | | +- org.ow2.asm:asm-commons:jar:7.3.1:compile [INFO] | | | \- org.ow2.asm:asm-analysis:jar:7.3.1:compile [INFO] | | +- org.ow2.asm:asm-tree:jar:7.3.1:compile [INFO] | | \- org.ow2.asm:asm-util:jar:7.3.1:compile ``` -- 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]
