Skip to content

Commit 28579ad

Browse files
authored
Merge pull request #308 from Buuhuu/master
Marked dependencies to joni with resolution optional (fixes #307)
2 parents b5e962d + 5dadf03 commit 28579ad

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)