Skip to content

Commit 254ddf2

Browse files
committedJan 20, 2021
Fix OSGi exports
1 parent 4a530b1 commit 254ddf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
<instructions>
170170
<Main-Class>org.fusesource.jansi.AnsiMain</Main-Class>
171171
<Export-Package>
172-
org.fusesource.jansi;
173-
org.fusesource.jansi.internal;
172+
!org.fusesource.jansi.internal.native.*;
173+
org.fusesource.jansi.*;
174174
-noimport:=true
175175
</Export-Package>
176176
<_removeheaders>Bnd-LastModified</_removeheaders>

0 commit comments

Comments
 (0)
Please sign in to comment.