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 23628ba + 2d41601 commit 0dfbbb2Copy full SHA for 0dfbbb2
accessors-smart/pom.xml
@@ -252,13 +252,16 @@
252
<plugin>
253
<groupId>org.apache.felix</groupId>
254
<artifactId>maven-bundle-plugin</artifactId>
255
- <version>3.5.1</version> <!-- 3.0.0 need java 7+ -->
+ <version>5.1.2</version> <!-- 3.0.0 need java 7+ -->
256
<extensions>true</extensions>
257
<configuration>
258
<instructions>
259
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
260
<Bundle-Name>${project.artifactId}</Bundle-Name>
261
<Bundle-Version>${project.version}</Bundle-Version>
262
+ <Import-Package>
263
+ org.objectweb.asm;version="[8.0,10)",*
264
+ </Import-Package>
265
<Export-Package>
266
net.minidev.asm, net.minidev.asm.ex
267
</Export-Package>
0 commit comments