Skip to content

Commit d4844f2

Browse files
authored
Merge pull request #35 from mattnelson/master
Remove the inlined ASM dependency in smart-accessors
2 parents dc4fbfb + 6ba8c86 commit d4844f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

accessors-smart/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.minidev</groupId>
55
<artifactId>accessors-smart</artifactId>
6-
<version>1.1</version>
6+
<version>1.2-SNAPSHOT</version>
77
<name>ASM based accessors helper used by json-smart</name>
88
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
99
</description>
@@ -257,8 +257,6 @@
257257
<Export-Package>
258258
net.minidev.asm, net.minidev.asm.ex
259259
</Export-Package>
260-
<!-- Private-Package></Private-Package -->
261-
<Embed-Dependency>asm;groupId=org.ow2.asm;inline=true</Embed-Dependency>
262260
</instructions>
263261
</configuration>
264262
</plugin>

0 commit comments

Comments
 (0)