Skip to content

Commit

Permalink
support for asm 9.x in osgi
Browse files Browse the repository at this point in the history
(fixes netplex#70)
  • Loading branch information
amergey committed Apr 22, 2021
1 parent 23628ba commit 2d41601
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion accessors-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,16 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.1</version> <!-- 3.0.0 need java 7+ -->
<version>5.1.2</version> <!-- 3.0.0 need java 7+ -->
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Bundle-Version>${project.version}</Bundle-Version>
<Import-Package>
org.objectweb.asm;version="[8.0,10)",*
</Import-Package>
<Export-Package>
net.minidev.asm, net.minidev.asm.ex
</Export-Package>
Expand Down

0 comments on commit 2d41601

Please sign in to comment.