diff --git a/src/main/resources/static/3rdPartyLicenses.json b/src/main/resources/static/3rdPartyLicenses.json index b63fb1cb..2fd94091 100644 --- a/src/main/resources/static/3rdPartyLicenses.json +++ b/src/main/resources/static/3rdPartyLicenses.json @@ -262,6 +262,13 @@ "moduleLicense": "Apache-2.0", "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "commons-logging:commons-logging", + "moduleUrl": "http://jakarta.apache.org/commons/logging/", + "moduleVersion": "1.0.4", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "/LICENSE.txt" + }, { "moduleName": "io.github.pixee:java-security-toolkit", "moduleUrl": "https://github.com/pixee/java-security-toolkit", @@ -516,6 +523,19 @@ "moduleLicense": "Apache License, Version 2.0", "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "org.apache.xmlgraphics:batik-all", + "moduleVersion": "1.17", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, + { + "moduleName": "org.apache.xmlgraphics:xmlgraphics-commons", + "moduleUrl": "http://xmlgraphics.apache.org/commons/", + "moduleVersion": "2.9", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, { "moduleName": "org.aspectj:aspectjweaver", "moduleUrl": "https://www.eclipse.org/aspectj/", @@ -1171,6 +1191,20 @@ "moduleVersion": "2.2", "moduleLicense": "Apache License, Version 2.0", "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, + { + "moduleName": "xml-apis:xml-apis", + "moduleUrl": "http://xml.apache.org/commons/components/external/", + "moduleVersion": "1.4.01", + "moduleLicense": "The W3C License", + "moduleLicenseUrl": "http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.zip" + }, + { + "moduleName": "xml-apis:xml-apis-ext", + "moduleUrl": "http://xml.apache.org/commons/components/external/", + "moduleVersion": "1.3.04", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" } ] } \ No newline at end of file