From 2a53415cab91d061171c9534611e2bf8e6457b7f Mon Sep 17 00:00:00 2001 From: Mate Czagany Date: Tue, 25 Nov 2025 19:07:28 +0100 Subject: [PATCH] [hotfix] Fix flink-model-openai NOTICE for jtokkit --- .../flink-model-openai/src/main/resources/META-INF/NOTICE | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flink-models/flink-model-openai/src/main/resources/META-INF/NOTICE b/flink-models/flink-model-openai/src/main/resources/META-INF/NOTICE index 292cdcd480037..6273d7f94f1e1 100644 --- a/flink-models/flink-model-openai/src/main/resources/META-INF/NOTICE +++ b/flink-models/flink-model-openai/src/main/resources/META-INF/NOTICE @@ -13,7 +13,6 @@ This project bundles the following dependencies under the Apache Software Licens - com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2 - com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2 - com.google.errorprone:error_prone_annotations:2.33.0 -- com.knuddels:jtokkit:1.1.0 - com.openai:openai-java:1.6.1 - com.openai:openai-java-client-okhttp:1.6.1 - com.openai:openai-java-core:1.6.1 @@ -30,3 +29,7 @@ This project bundles the following dependencies under the Apache Software Licens - org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 - org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 - org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 + +This project bundles the following dependencies under the MIT (https://opensource.org/licenses/MIT) + +- com.knuddels:jtokkit:1.1.0