Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions accessors-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<name>ASM based accessors helper used by json-smart</name>
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
</description>
Expand Down Expand Up @@ -257,8 +257,6 @@
<Export-Package>
net.minidev.asm, net.minidev.asm.ex
</Export-Package>
<!-- Private-Package></Private-Package -->
<Embed-Dependency>asm;groupId=org.ow2.asm;inline=true</Embed-Dependency>
</instructions>
</configuration>
</plugin>
Expand Down