Skip to content

Commit

Permalink
[#681] Extend jansi 2.x import package range
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre authored and mattirn committed Sep 27, 2021
1 parent a01fe26 commit 3ae43a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@
<Import-Package>
com.sun.jna*,
org.apache.sshd*,
org.fusesource.jansi;version="[1.12,2)",
org.fusesource.jansi.internal;version="[1.6,2)",
org.fusesource.jansi;version="[1.12,3)",
org.fusesource.jansi.internal;version="[1.6,3)",
*
</Import-Package>
</instructions>
Expand Down
4 changes: 2 additions & 2 deletions terminal-jansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<instructions>
<Export-Package>*;-noimport:=true</Export-Package>
<Import-Package>
org.fusesource.jansi;version="[1.12,2)",
org.fusesource.jansi.internal;version="[1.6,2)"
org.fusesource.jansi;version="[1.12,3)",
org.fusesource.jansi.internal;version="[1.6,3)"
</Import-Package>
<Fragment-Host>org.jline.terminal</Fragment-Host>
</instructions>
Expand Down

0 comments on commit 3ae43a1

Please sign in to comment.