We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a151c commit e9ce348Copy full SHA for e9ce348
build.gradle
@@ -193,6 +193,7 @@ configure(subprojects.findAll({
193
allowUrl("http://www.eclipse.org/legal/epl-2.0")
194
allowUrl("http://www.eclipse.org/org/documents/edl-v10.php")
195
allowUrl("https://asm.ow2.io/license.html")
196
+ allowUrl("https://github.com/webjars/webjars-locator-lite/blob/main/LICENSE.md")
197
ignoreDependencies("org.apache.tomcat", "tomcat-servlet-api")
198
unusedAction("IGNORE")
199
}
0 commit comments