Closed
Description
Currently accessor-smart depends on asm 8 which is a 1 year old release.
it should depends on 9.1 which is latest (and also to be able to use recent version other libs also based on asm)
if accessor-smart is supporting multiple asm version it should override osgi manifest as by default only asm 8 is supported
(for example by adding this instruction to maven-bundle-plugin in pom.xml)
<Import-Package>org.objectweb.asm;version="[8.0,10),*</Import-Package>
Metadata
Metadata
Assignees
Labels
No labels