summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-24 13:55:10 +0200
committergjoranv <gv@yahooinc.com>2023-07-24 15:18:39 +0200
commitc73e69f6416766473cf07dd5f9119eae59631adb (patch)
treef0b5818a6b55f881f1dd145a828fe4892e7c6656 /cloud-tenant-base-dependencies-enforcer
parent3e9d261b0f10aa8c648ecf5c10d3894d73099496 (diff)
Add version property for opennlp-tools
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 e01febc3fce..63f4e89f478 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -162,7 +162,7 @@
<include>org.apache.httpcomponents:httpclient:${apache.httpclient.vespa.version}:test</include>
<include>org.apache.httpcomponents:httpcore:${apache.httpcore.vespa.version}:test</include>
<include>org.apache.httpcomponents:httpmime:${apache.httpclient.vespa.version}:test</include>
- <include>org.apache.opennlp:opennlp-tools:1.9.3:test</include>
+ <include>org.apache.opennlp:opennlp-tools:${opennlp.vespa.version}:test</include>
<include>org.apiguardian:apiguardian-api:1.1.2:test</include>
<include>org.bouncycastle:bcpkix-jdk18on:${bouncycastle.vespa.version}:test</include>
<include>org.bouncycastle:bcprov-jdk18on:${bouncycastle.vespa.version}:test</include>