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.
1 parent 2240cbd commit 0cf03f7Copy full SHA for 0cf03f7
byte-buddy-agent/pom.xml
@@ -131,7 +131,12 @@
131
<Can-Set-Native-Method-Prefix>true</Can-Set-Native-Method-Prefix>
132
<Import-Package>
133
${attach.package.sun};resolution:="optional",
134
- ${attach.package.ibm};resolution:="optional"
+ ${attach.package.ibm};resolution:="optional",
135
+ com.sun.jna;resolution:="optional",
136
+ com.sun.jna.platform;resolution:="optional",
137
+ com.sun.jna.platform.win32;resolution:="optional",
138
+ com.sun.jna.win32;resolution:="optional",
139
+ com.sun.jna.ptr;resolution:="optional"
140
</Import-Package>
141
<Export-Package>${packages.list}</Export-Package>
142
</instructions>
0 commit comments