We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f24021 commit 917379fCopy full SHA for 917379f
affinity/pom.xml
@@ -110,8 +110,15 @@
110
<Bundle-Name>${project.artifactId}</Bundle-Name>
111
<Import-Package>
112
com.sun.jna.platform.win32;resolution:=optional,
113
+ com.sun.jna.platform.*;resolution:=optional,
114
*
115
</Import-Package>
116
+ <Export-Package>
117
+ !java.*,
118
+ !com.sun.jna.*,
119
+ !com.sun.jna.platform.*,
120
+ *
121
+ </Export-Package>
122
</instructions>
123
</configuration>
124
</plugin>
0 commit comments