We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f67acc3 + 1c2752e commit 45b3271Copy full SHA for 45b3271
build.gradle
@@ -53,9 +53,15 @@ defaultTasks 'updateSiteZip'
53
updateSiteZip.dependsOn clean
54
55
platform {
56
- bundle "org.testng:testng:${version}"
+ bundle "org.testng:testng:${version}", {
57
+ exclude module: 'ant'
58
+ exclude module: 'bsh'
59
+ exclude module: 'junit'
60
+ exclude module: 'jsr305'
61
+ exclude module: 'guice'
62
+ exclude module: 'slf4j-api'
63
+ }
64
bundle "org.yaml:snakeyaml:2.2"
- bundle "org.slf4j:slf4j-api:2.0.16"
65
bundle "org.jcommander:jcommander:1.83", {
66
bnd {
67
// override/set the symbolic name
0 commit comments