From 2d5b9dca00c6770d2e7f1691310822bfad99ed39 Mon Sep 17 00:00:00 2001 From: caishunfeng Date: Fri, 1 Jul 2022 13:38:17 +0800 Subject: [PATCH] fix license check (#10725) --- dolphinscheduler-dist/release-docs/LICENSE | 4 ++-- tools/dependencies/known-dependencies.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dolphinscheduler-dist/release-docs/LICENSE b/dolphinscheduler-dist/release-docs/LICENSE index e7a9816169..56a80dd749 100644 --- a/dolphinscheduler-dist/release-docs/LICENSE +++ b/dolphinscheduler-dist/release-docs/LICENSE @@ -319,8 +319,8 @@ The text of each license is also included at licenses/LICENSE-[project].txt. jetty-util-ajax 9.4.44.v20210927: https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util-ajax/9.4.44.v20210927, Apache 2.0 and EPL 1.0 jetty-webapp 9.4.44.v20210927: https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-webapp/9.4.44.v20210927, Apache 2.0 and EPL 1.0 jetty-xml 9.4.44.v20210927: https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-xml/9.4.44.v20210927, Apache 2.0 and EPL 1.0 - jna 4.5.2: https://mvnrepository.com/artifact/net.java.dev.jna/jna/4.5.2, Apache 2.0 and LGPL 2.1 - jna-platform 4.5.2: https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform/4.5.2, Apache 2.0 and LGPL 2.1 + jna 5.10.0: https://mvnrepository.com/artifact/net.java.dev.jna/jna/5.10.0, Apache 2.0 and LGPL 2.1 + jna-platform 5.10.0: https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform/5.10.0, Apache 2.0 and LGPL 2.1 joda-time 2.5: https://github.com/JodaOrg/joda-time, Apache 2.0 jpam 1.1: https://mvnrepository.com/artifact/net.sf.jpam/jpam/1.1, Apache 2.0 jsqlparser 2.1: https://github.com/JSQLParser/JSqlParser, Apache 2.0 or LGPL 2.1 diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt index 39b3d78266..b078cbee6f 100755 --- a/tools/dependencies/known-dependencies.txt +++ b/tools/dependencies/known-dependencies.txt @@ -133,8 +133,8 @@ jetty-util-ajax-9.4.44.v20210927.jar jetty-webapp-9.4.44.v20210927.jar jetty-xml-9.4.44.v20210927.jar jline-0.9.94.jar -jna-4.5.2.jar -jna-platform-4.5.2.jar +jna-5.10.0.jar +jna-platform-5.10.0.jar joda-time-2.5.jar jpam-1.1.jar jsch-0.1.42.jar