You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cglib-#.##.jar - binary distribution, CGLIB classes only, it must be used to extend cglib classes dependant on ASM API
cglib-nodep-#.##.jar - binary distribution, CGLIB and renamed ASM classes, not extendable
IMO, the explicit dependency in java-client should use cglib-nodep instead of cglib. or just remove cglib dependency in java-client pom to use the one already included by selenium-remote-driver
The text was updated successfully, but these errors were encountered:
Description
java-client maven dependency cglib misusage
Environment
java-client 4.0.0
Details
mvn dependency:tree -Dverbose -Dincludes=cglib
with output:IMO, the explicit dependency in
java-client
should usecglib-nodep
instead ofcglib
. or just removecglib
dependency in java-client pom to use the one already included by selenium-remote-driverThe text was updated successfully, but these errors were encountered: