From 6ba8c86009551129eddf8f6c02bfd10b98938067 Mon Sep 17 00:00:00 2001 From: Matt Nelson Date: Fri, 21 Oct 2016 17:21:36 -0500 Subject: [PATCH] Remove the inlined ASM dependency in smart-accessors --- accessors-smart/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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