We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc4fbfb + 6ba8c86 commit d4844f2Copy full SHA for d4844f2
accessors-smart/pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>net.minidev</groupId>
5
<artifactId>accessors-smart</artifactId>
6
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
7
<name>ASM based accessors helper used by json-smart</name>
8
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
9
</description>
@@ -257,8 +257,6 @@
257
<Export-Package>
258
net.minidev.asm, net.minidev.asm.ex
259
</Export-Package>
260
- <!-- Private-Package></Private-Package -->
261
- <Embed-Dependency>asm;groupId=org.ow2.asm;inline=true</Embed-Dependency>
262
</instructions>
263
</configuration>
264
</plugin>
0 commit comments