From e17a70475bb00192f1081b9332d394ed68bd0c8c Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Tue, 5 Nov 2024 12:20:46 +0000 Subject: [PATCH] Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard --- cyclonedx-lib/dependency_data/dependency_data.properties | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cyclonedx-lib/dependency_data/dependency_data.properties b/cyclonedx-lib/dependency_data/dependency_data.properties index 719f268e6..98be77147 100644 --- a/cyclonedx-lib/dependency_data/dependency_data.properties +++ b/cyclonedx-lib/dependency_data/dependency_data.properties @@ -1,6 +1,15 @@ +# ******************************************************************************** +# Copyright (c) 2024 Contributors to the Eclipse Foundation # +# See the NOTICE file(s) with this work for additional +# information regarding copyright ownership. # +# This program and the accompanying materials are made +# available under the terms of the Apache Software License 2.0 +# which is available at https://www.apache.org/licenses/LICENSE-2.0. # +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************** # Repositories maven.central.repo=https://repo1.maven.org/maven2