summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-06 11:27:36 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-06 12:16:48 +0200
commit8b4591e4bbe452dbce7cf63f7e512ccabc8d5450 (patch)
treeb5af5f1cc64ceb284a375456133a24105ef886c7 /hosted-tenant-base
parent74898adfbe08a2374831f1a4f0eead4b31b3a1b1 (diff)
Downgrade junit5 version used by tenant parent poms and testing framework
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 6f21ed3aafc..33f47cf262f 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -43,8 +43,8 @@
<bundle-plugin.failOnWarnings>false</bundle-plugin.failOnWarnings>
<target_jdk_version>17</target_jdk_version>
- <!-- NOTE: this must not be overriden by users, and must be in sync with junit version specified in 'tenant-cd-api' -->
- <junit.vespa.tenant.version>${junit.vespa.version}</junit.vespa.tenant.version>
+ <!-- NOTE: junit version must not be overridden by users -->
+
<test.categories>!integration</test.categories>
<!-- To allow specialized base pom to include additional "test provided" dependencies -->