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 b5e962d + 5dadf03 commit 28579adCopy full SHA for 28579ad
pom.xml
@@ -151,6 +151,17 @@
151
<artifactId>maven-bundle-plugin</artifactId>
152
<version>4.2.1</version>
153
<extensions>true</extensions>
154
+ <configuration>
155
+ <instructions>
156
+ <Import-Package>
157
+ org.jcodings;resolution:=optional,
158
+ org.jcodings.specific;resolution:=optional,
159
+ org.joni;resolution:=optional,
160
+ org.joni.exception;resolution:=optional,
161
+ *
162
+ </Import-Package>
163
+ </instructions>
164
+ </configuration>
165
</plugin>
166
<plugin>
167
<groupId>org.sonatype.plugins</groupId>
0 commit comments