diff --git a/accessors-smart/pom.xml b/accessors-smart/pom.xml
index baf95703..65edcc0e 100644
--- a/accessors-smart/pom.xml
+++ b/accessors-smart/pom.xml
@@ -3,7 +3,7 @@
4.0.0
net.minidev
accessors-smart
- 1.1
+ 1.2-SNAPSHOT
ASM based accessors helper used by json-smart
Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
@@ -257,8 +257,6 @@
net.minidev.asm, net.minidev.asm.ex
-
- asm;groupId=org.ow2.asm;inline=true