@@ -61,7 +61,7 @@ platform {
6161 bundleName = ' testng'
6262 // instruction 'Export-Package', "org.testng.*;version=$version"
6363 instruction ' Import-Package' ,
64- ' com.beust.jcommander.*;version="[1.7.0 ,2.0.0)",' +
64+ ' com.beust.jcommander.*;version="[1.8.3 ,2.0.0)",' +
6565 ' org.slf4j.*,' +
6666 ' bsh.*;version="[2.0.0,3.0.0)";resolution:=optional,' +
6767 ' com.google.inject.*;version="[1.2,5.0)";resolution:=optional,' +
@@ -72,7 +72,7 @@ platform {
7272 ' !com.beust.testng,' +
7373 ' !org.testng.*,' +
7474 ' !com.sun.*'
75- instruction ' Require-Bundle' , ' com.beust.jcommander;bundle-version="[1.7.0 ,2.0.0)";visibility:=reexport'
75+ instruction ' Require-Bundle' , ' com.beust.jcommander;bundle-version="[1.8.3 ,2.0.0)";visibility:=reexport'
7676 instruction ' Bundle-Vendor' , ' TestNG Team'
7777 version = versionWithQualifier
7878 }
@@ -92,7 +92,7 @@ platform {
9292 }
9393 }
9494
95- bundle " com.beust :jcommander:1.72 " , {
95+ bundle " org.jcommander :jcommander:1.83 " , {
9696 bnd {
9797 // override/set the symbolic name
9898 symbolicName = ' com.beust.jcommander'
0 commit comments