Skip to content

Commit 917379f

Browse files
committed
AFFINITY-11 fix broken OSGi manifest
1 parent 4f24021 commit 917379f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

affinity/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,15 @@
110110
<Bundle-Name>${project.artifactId}</Bundle-Name>
111111
<Import-Package>
112112
com.sun.jna.platform.win32;resolution:=optional,
113+
com.sun.jna.platform.*;resolution:=optional,
113114
*
114115
</Import-Package>
116+
<Export-Package>
117+
!java.*,
118+
!com.sun.jna.*,
119+
!com.sun.jna.platform.*,
120+
*
121+
</Export-Package>
115122
</instructions>
116123
</configuration>
117124
</plugin>

0 commit comments

Comments
 (0)