Skip to content

Commit 5dadf03

Browse files
author
Dirk Rudolph
committed
Marked depndencies to joni with resolution optional (fixes #307)
1 parent b5e962d commit 5dadf03

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,17 @@
151151
<artifactId>maven-bundle-plugin</artifactId>
152152
<version>4.2.1</version>
153153
<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>
154165
</plugin>
155166
<plugin>
156167
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)