Open GoogleCodeExporter opened 9 years ago
What version of the product are you using?
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.1.0</version>
</dependency>
On what operating system?
Mac
Original comment by ehehdada...@gmail.com
on 5 Feb 2015 at 3:17
This is likely because the jar packages the asm classes. Worst the jar
packages and old version of the asm classes. Looks like asm 3.3.1.
Regardless, if you have anything else on your classpath that uses these classes
or even the newer classes then you will get this.
Original comment by wbeckw...@gmail.com
on 12 Feb 2015 at 2:39
I have just upgrade asm deps to the last org.ow2.asm.asm 5.0.3.
asm pkh will be renamed in the same release.
Original comment by uriel.chemouni
on 11 Mar 2015 at 8:42
Original issue reported on code.google.com by
ehehdada...@gmail.com
on 5 Feb 2015 at 3:15