@@ -61,7 +61,7 @@ platform {
61
61
bundleName = ' testng'
62
62
// instruction 'Export-Package', "org.testng.*;version=$version"
63
63
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)",' +
65
65
' org.slf4j.*,' +
66
66
' bsh.*;version="[2.0.0,3.0.0)";resolution:=optional,' +
67
67
' com.google.inject.*;version="[1.2,5.0)";resolution:=optional,' +
@@ -72,7 +72,7 @@ platform {
72
72
' !com.beust.testng,' +
73
73
' !org.testng.*,' +
74
74
' !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'
76
76
instruction ' Bundle-Vendor' , ' TestNG Team'
77
77
version = versionWithQualifier
78
78
}
@@ -92,7 +92,7 @@ platform {
92
92
}
93
93
}
94
94
95
- bundle " com.beust :jcommander:1.72 " , {
95
+ bundle " org.jcommander :jcommander:1.83 " , {
96
96
bnd {
97
97
// override/set the symbolic name
98
98
symbolicName = ' com.beust.jcommander'
0 commit comments