From c1f5ce94106f6f693e1546917bbcc7123c968ec8 Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Wed, 6 Nov 2024 11:38:57 +0000 Subject: [PATCH] Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard --- sbin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/build.sh b/sbin/build.sh index 51a3f1dee..a5777321f 100755 --- a/sbin/build.sh +++ b/sbin/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC2155,SC2153,SC2038,SC1091,SC2116,SC2086 # ******************************************************************************** -# Copyright (c) 2017,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2017, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) with this work for additional # information regarding copyright ownership.