Skip to content

Commit

Permalink
Add JANSI support
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Sep 20, 2024
1 parent 1d40fe9 commit 64169ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ commonscli = "1.9.0"
commonslang3 = "3.17.0"
jline = "3.26.3"
jna = '5.15.0'
jansi = '2.4.1'
beanshell = "2.0b6"
javatuples = "1.2"
mockito = "5.13.0"
Expand Down Expand Up @@ -33,6 +34,7 @@ commonscli = { module = "commons-cli:commons-cli", version.ref = "commonscli" }
commonslang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commonslang3" }
jline = { module = "org.jline:jline", version.ref = "jline" }
jna = { module = 'net.java.dev.jna:jna', version.ref = 'jna' }
jansi = { module = 'org.fusesource.jansi:jansi', version.ref = 'jansi' }
beanshell = { module = "org.apache-extras.beanshell:bsh", version.ref = "beanshell" }
javatuples = { module = "org.javatuples:javatuples", version.ref = "javatuples" }
mockito = { module = "org.mockito:mockito-core", version.ref = "mockito" }
Expand Down
2 changes: 2 additions & 0 deletions jpos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ extraJavaModuleInfo {
exports('org.apache.sshd.common.config.keys')
exports('org.apache.sshd.common.util.security.eddsa')
exports('org.apache.sshd.common.cipher')
exports('org.apache.sshd.common.channel')
exports('org.apache.sshd.common.keyprovider')
exports('org.apache.sshd.common.util.buffer')
exports('org.apache.sshd.common.util.security')
Expand All @@ -51,6 +52,7 @@ dependencies {
api libs.javatuples
api libs.jline
api libs.jna
api libs.jansi
api libs.beanshell
api libs.bcprov
api libs.bcpg
Expand Down

0 comments on commit 64169ca

Please sign in to comment.