From 803f728b5b734c1314dea5ad9640d66866ae692e Mon Sep 17 00:00:00 2001 From: Marco Vogt Date: Sun, 3 Dec 2023 18:02:21 +0100 Subject: [PATCH] Fix licensee task in sql-language --- plugins/sql-language/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sql-language/build.gradle b/plugins/sql-language/build.gradle index c928546108..bf758ccc45 100644 --- a/plugins/sql-language/build.gradle +++ b/plugins/sql-language/build.gradle @@ -173,10 +173,11 @@ licensee { allow('Apache-2.0') allow('MIT') - allow('ISC') allowUrl('https://www.eclipse.org/org/documents/epl-v10.php') // EPL 1.0 + allowDependency('com.j256.simplemagic', 'simplemagic', '1.16') + allowDependency('javax.servlet', 'javax.servlet-api', '3.1.0') { because 'Servlet-api.jar and javax.servlet-*.jar are under the CDDL license, the original source code for this can be found at http://www.eclipse.org/jetty/downloads.php' }