Skip to content

Commit

Permalink
Fix OSGi exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 20, 2021
1 parent 4a530b1 commit 254ddf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
<instructions>
<Main-Class>org.fusesource.jansi.AnsiMain</Main-Class>
<Export-Package>
org.fusesource.jansi;
org.fusesource.jansi.internal;
!org.fusesource.jansi.internal.native.*;
org.fusesource.jansi.*;
-noimport:=true
</Export-Package>
<_removeheaders>Bnd-LastModified</_removeheaders>
Expand Down

0 comments on commit 254ddf2

Please sign in to comment.