Skip to content

Commit

Permalink
feat: update to jcommander:1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
missedone committed May 8, 2024
1 parent 8bf222d commit f3b4b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ platform {
bundleName = 'testng'
// instruction 'Export-Package', "org.testng.*;version=$version"
instruction 'Import-Package',
'com.beust.jcommander.*;version="[1.7.0,2.0.0)",' +
'com.beust.jcommander.*;version="[1.8.3,2.0.0)",' +
'org.slf4j.*,' +
'bsh.*;version="[2.0.0,3.0.0)";resolution:=optional,' +
'com.google.inject.*;version="[1.2,5.0)";resolution:=optional,' +
Expand All @@ -72,7 +72,7 @@ platform {
'!com.beust.testng,' +
'!org.testng.*,' +
'!com.sun.*'
instruction 'Require-Bundle', 'com.beust.jcommander;bundle-version="[1.7.0,2.0.0)";visibility:=reexport'
instruction 'Require-Bundle', 'com.beust.jcommander;bundle-version="[1.8.3,2.0.0)";visibility:=reexport'
instruction 'Bundle-Vendor', 'TestNG Team'
version = versionWithQualifier
}
Expand All @@ -92,7 +92,7 @@ platform {
}
}

bundle "com.beust:jcommander:1.72", {
bundle "org.jcommander:jcommander:1.83", {
bnd {
// override/set the symbolic name
symbolicName = 'com.beust.jcommander'
Expand Down

0 comments on commit f3b4b4c

Please sign in to comment.