summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-24 14:15:23 +0200
committergjoranv <gv@yahooinc.com>2023-07-24 15:18:40 +0200
commit3122e8098506787f5d7d8a02a649b233af0ed078 (patch)
treebe32c34a5eb2000a940097a70b1446a1fecc6bbe /cloud-tenant-base-dependencies-enforcer
parent6b7081e1ded1be5ff398f51104cf4ec974af70e9 (diff)
Add version property for opentest4j
Diffstat (limited to 'cloud-tenant-base-dependencies-enforcer')
-rw-r--r--cloud-tenant-base-dependencies-enforcer/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud-tenant-base-dependencies-enforcer/pom.xml b/cloud-tenant-base-dependencies-enforcer/pom.xml
index e7cdaebaa81..7c66289c299 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -195,7 +195,7 @@
<include>org.junit.platform:junit-platform-engine:${junit.platform.vespa.version}:test</include>
<include>org.junit.vintage:junit-vintage-engine:${junit.vespa.version}:test</include>
<include>org.lz4:lz4-java:${org.lz4.vespa.version}:test</include>
- <include>org.opentest4j:opentest4j:1.2.0:test</include>
+ <include>org.opentest4j:opentest4j:${opentest4j.vespa.version}:test</include>
<include>org.osgi:org.osgi.compendium:[4.1.0, 5):test</include>
<include>org.osgi:org.osgi.core:[4.1.0, 5):test</include>
<include>xerces:xercesImpl:${xerces.vespa.version}:test</include>