Skip to content

Commit 803f728

Browse files
committed
Fix licensee task in sql-language
1 parent 94ea461 commit 803f728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/sql-language/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,11 @@ licensee {
173173
allow('Apache-2.0')
174174

175175
allow('MIT')
176-
allow('ISC')
177176

178177
allowUrl('https://www.eclipse.org/org/documents/epl-v10.php') // EPL 1.0
179178

179+
allowDependency('com.j256.simplemagic', 'simplemagic', '1.16')
180+
180181
allowDependency('javax.servlet', 'javax.servlet-api', '3.1.0') {
181182
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'
182183
}

0 commit comments

Comments
 (0)