aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics-components/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linguistics-components/pom.xml')
-rw-r--r--linguistics-components/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/linguistics-components/pom.xml b/linguistics-components/pom.xml
index 68b0437ac3f..ef1d299a6ec 100644
--- a/linguistics-components/pom.xml
+++ b/linguistics-components/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -21,7 +21,6 @@
<dependency>
<groupId>ai.djl.huggingface</groupId>
<artifactId>tokenizers</artifactId>
- <version>0.23.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>