summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorBjørn Meland <bjormel@users.noreply.github.com>2023-10-20 07:55:58 +0000
committerGitHub <noreply@github.com>2023-10-20 07:55:58 +0000
commitfb4f22ff79ba501bff3d8e8d28b65c7ed8194510 (patch)
treef8415aa75f3c61aaf9d8fb0a6b479d841f5d6443 /hosted-tenant-base
parent66ecedcf0f0a8b6652aa49ce902411555e339da8 (diff)
Revert "Add TestNG as banned dependency"
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 232ecd0e3e5..729150bcef1 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -284,9 +284,6 @@
<exclude>org.junit.platform:junit-platform-engine:(${junit.platform.vespa.tenant.version},):jar:*</exclude>
<exclude>org.junit.platform:junit-platform-commons:(,${junit.platform.vespa.tenant.version}):jar:*</exclude>
<exclude>org.junit.platform:junit-platform-commons:(${junit.platform.vespa.tenant.version},):jar:*</exclude>
-
- <!-- Ban testng as its presence breaks the Java based test framework for Cloud -->
- <exclude>org.testng:testng:*:jar:test</exclude>
</excludes>
</bannedDependencies>
</rules>