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' }