From c9b044da0b240a07b72fba9cfcd3023c742f3de6 Mon Sep 17 00:00:00 2001 From: Belal Ansari Date: Wed, 10 Jun 2026 13:26:34 +0530 Subject: [PATCH] ACS-11867 CI release build throws "Network is unreachable" errors and is delayed by license-maven-plugin timing out on www.gnu.org (#1276) --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 4f2fbd6e..1a1f75b4 100644 --- a/pom.xml +++ b/pom.xml @@ -339,6 +339,27 @@ https://raw.githubusercontent.com/Alfresco/third-party-license-overrides/master/includedLicenses.txt https://raw.githubusercontent.com/Alfresco/third-party-license-overrides/master/licenseMerges.txt https://raw.githubusercontent.com/Alfresco/third-party-license-overrides/master/override-THIRD-PARTY.properties + + + + https?://www\.gnu\.org/licenses/old-licenses/lgpl-2\.1\.html + https://raw.githubusercontent.com/spdx/license-list-data/main/text/LGPL-2.1-only.txt + + + https?://www\.gnu\.org/software/classpath/license\.html + https://raw.githubusercontent.com/openjdk/jdk/d3f2498ed72089301a49ddf0bc7bd2df54368033/LICENSE + + + https?://www\.gnu\.org/licenses/lgpl\.txt + https://raw.githubusercontent.com/spdx/license-list-data/main/text/LGPL-3.0-only.txt + + + https?://www\.gnu\.org/licenses/gpl\.txt + https://raw.githubusercontent.com/spdx/license-list-data/main/text/GPL-3.0-only.txt + +