-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
* Upgrade to CycloneDX 1.0.6 spec Signed-off-by: Andrew Leonard <[email protected]> * Upgrade to CycloneDX 1.0.6 spec Signed-off-by: Andrew Leonard <[email protected]> * Upgrade to CycloneDX 1.0.6 spec Signed-off-by: Andrew Leonard <[email protected]> * Upgrade to CycloneDX 1.0.6 spec Signed-off-by: Andrew Leonard <[email protected]> * Upgrade to CycloneDX 1.0.6 spec Signed-off-by: Andrew Leonard <[email protected]> * Upgrade to CycloneDX 1.0.6 spec Signed-off-by: Andrew Leonard <[email protected]> * Upgrade to CycloneDX 1.0.6 spec Signed-off-by: Andrew Leonard <[email protected]> * CDX 1.0.6 Signed-off-by: Andrew Leonard <[email protected]> * CDX 1.0.6 Signed-off-by: Andrew Leonard <[email protected]> * CDX 1.0.6 Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> * Change CycloneDx dependency jar download to use Maven Central download Signed-off-by: Andrew Leonard <[email protected]> --------- Signed-off-by: Andrew Leonard <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# ******************************************************************************** | ||
# 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 | ||
|
||
# Component versions, SHAs and jar names | ||
commons-codec.version=1.17.1 | ||
commons-codec.sha256=f9f6cb103f2ddc3c99a9d80ada2ae7bf0685111fd6bffccb72033d1da4e6ff23 | ||
commons-codec.jar=commons-codec-${commons-codec.version}.jar | ||
commons-collections4.version=4.4 | ||
commons-collections4.sha256=1df8b9430b5c8ed143d7815e403e33ef5371b2400aadbe9bda0883762e0846d1 | ||
commons-collections4.jar=commons-collections4-${commons-collections4.version}.jar | ||
commons-io.version=2.16.1 | ||
commons-io.sha256=f41f7baacd716896447ace9758621f62c1c6b0a91d89acee488da26fc477c84f | ||
commons-io.jar=commons-io-${commons-io.version}.jar | ||
cyclonedx-core-java.version=9.0.5 | ||
cyclonedx-core-java.sha256=9474c73a81d9be6206367d357a3449e03e70c69bc672d82be04f15806ef170fa | ||
cyclonedx-core-java.jar=cyclonedx-core-java-${cyclonedx-core-java.version}.jar | ||
github-package-url.version=1.5.0 | ||
github-package-url.sha256=e45551727707acc0c56ac62d56964332ea0f138d6cc3656d988b9369150f5247 | ||
github-package-url.jar=packageurl-java-${github-package-url.version}.jar | ||
jackson-annotations.version=2.17.2 | ||
jackson-annotations.sha256=873a606e23507969f9bbbea939d5e19274a88775ea5a169ba7e2d795aa5156e1 | ||
jackson-annotations.jar=jackson-annotations-${jackson-annotations.version}.jar | ||
jackson-core.version=2.17.2 | ||
jackson-core.sha256=721a189241dab0525d9e858e5cb604d3ecc0ede081e2de77d6f34fa5779a5b46 | ||
jackson-core.jar=jackson-core-${jackson-core.version}.jar | ||
jackson-databind.version=2.17.2 | ||
jackson-databind.sha256=c04993f33c0f845342653784f14f38373d005280e6359db5f808701cfae73c0c | ||
jackson-databind.jar=jackson-databind-${jackson-databind.version}.jar | ||
jackson-dataformat-xml.version=2.17.2 | ||
jackson-dataformat-xml.sha256=517add5f3848517894b319a93a7ebfc1c21737b2c17c9acccd38fea97d6adc6f | ||
jackson-dataformat-xml.jar=jackson-dataformat-xml-${jackson-dataformat-xml.version}.jar | ||
json-schema-validator.version=1.5.1 | ||
json-schema-validator.sha256=de015f79d4a63d22c002bad76bb30c039cafa205465eef8770e2c6b85880ded7 | ||
json-schema-validator.jar=json-schema-validator-${json-schema-validator.version}.jar | ||
|
||
# Download URLs | ||
commons-codec.url=${maven.central.repo}/commons-codec/commons-codec/${commons-codec.version}/${commons-codec.jar} | ||
commons-collections4.url=${maven.central.repo}/org/apache/commons/commons-collections4/${commons-collections4.version}/${commons-collections4.jar} | ||
commons-io.url=${maven.central.repo}/commons-io/commons-io/${commons-io.version}/${commons-io.jar} | ||
cyclonedx-core-java.url=${maven.central.repo}/org/cyclonedx/cyclonedx-core-java/${cyclonedx-core-java.version}/${cyclonedx-core-java.jar} | ||
github-package-url.url=${maven.central.repo}/com/github/package-url/packageurl-java/${github-package-url.version}/${github-package-url.jar} | ||
jackson-annotations.url=${maven.central.repo}/com/fasterxml/jackson/core/jackson-annotations/${jackson-annotations.version}/${jackson-annotations.jar} | ||
jackson-core.url=${maven.central.repo}/com/fasterxml/jackson/core/jackson-core/${jackson-core.version}/${jackson-core.jar} | ||
jackson-databind.url=${maven.central.repo}/com/fasterxml/jackson/core/jackson-databind/${jackson-databind.version}/${jackson-databind.jar} | ||
jackson-dataformat-xml.url=${maven.central.repo}/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/${jackson-dataformat-xml.version}/${jackson-dataformat-xml.jar} | ||
json-schema-validator.url=${maven.central.repo}/com/networknt/json-schema-validator/${json-schema-validator.version}/${json-schema-validator.jar} | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.