Skip to content

Commit 1c2752e

Browse files
committed
Merge branch 'master' into release/7.11
# Conflicts: # build.gradle
2 parents 2624eaa + f67acc3 commit 1c2752e

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

build.gradle

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030

3131
// project version is also platform feature version default,
3232
// here uses TestNG version as project version.
33-
version = '7.11.0'
33+
version = '7.12.0-SNAPSHOT'
3434

3535
def buildMode = System.getProperty('BUILD_MODE')
3636
def versionWithQualifier
@@ -54,38 +54,14 @@ updateSiteZip.dependsOn clean
5454

5555
platform {
5656
bundle "org.testng:testng:${version}", {
57-
bnd {
58-
// override/set the symbolic name
59-
symbolicName = 'org.testng'
60-
// override/set the bundle name
61-
bundleName = 'testng'
62-
// instruction 'Export-Package', "org.testng.*;version=$version"
63-
instruction 'Import-Package',
64-
'com.beust.jcommander.*;version="[1.8.3,2.0.0)",' +
65-
'org.slf4j.*,' +
66-
'bsh.*;version="[2.0.0,3.0.0)";resolution:=optional,' +
67-
'com.google.inject.*;version="5.0";resolution:=optional,' +
68-
'junit.framework;version="[3.8.1, 5.0.0)";resolution:=optional,' +
69-
'org.junit.*;resolution:=optional,' +
70-
'org.apache.tools.ant.*;version="[1.7.0, 2.0.0)";resolution:=optional,' +
71-
'org.yaml.*;version="[2.0,3.0)";resolution:=optional,' +
72-
'!com.beust.testng,' +
73-
'!org.testng.*,' +
74-
'!com.sun.*'
75-
instruction 'Require-Bundle', 'com.beust.jcommander;bundle-version="[1.8.3,2.0.0)";visibility:=reexport'
76-
instruction 'Bundle-Vendor', 'TestNG Team'
77-
version = versionWithQualifier
78-
}
79-
exclude module: 'ant'
57+
exclude module: 'ant'
8058
exclude module: 'bsh'
8159
exclude module: 'junit'
8260
exclude module: 'jsr305'
8361
exclude module: 'guice'
84-
exclude module: 'slf4j-api'
62+
exclude module: 'slf4j-api'
8563
}
86-
8764
bundle "org.yaml:snakeyaml:2.2"
88-
8965
bundle "org.jcommander:jcommander:1.83", {
9066
bnd {
9167
// override/set the symbolic name

0 commit comments

Comments
 (0)