Skip to content

Commit 0dfbbb2

Browse files
authored
Merge pull request #71 from amergey/master
support for asm 9.x in osgi
2 parents 23628ba + 2d41601 commit 0dfbbb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

accessors-smart/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,16 @@
252252
<plugin>
253253
<groupId>org.apache.felix</groupId>
254254
<artifactId>maven-bundle-plugin</artifactId>
255-
<version>3.5.1</version> <!-- 3.0.0 need java 7+ -->
255+
<version>5.1.2</version> <!-- 3.0.0 need java 7+ -->
256256
<extensions>true</extensions>
257257
<configuration>
258258
<instructions>
259259
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
260260
<Bundle-Name>${project.artifactId}</Bundle-Name>
261261
<Bundle-Version>${project.version}</Bundle-Version>
262+
<Import-Package>
263+
org.objectweb.asm;version="[8.0,10)",*
264+
</Import-Package>
262265
<Export-Package>
263266
net.minidev.asm, net.minidev.asm.ex
264267
</Export-Package>

0 commit comments

Comments
 (0)