diff --git a/pom.xml b/pom.xml index fd73b7a..f367f04 100644 --- a/pom.xml +++ b/pom.xml @@ -22,38 +22,38 @@ Jim Martino jrm@jhu.edu The Sheridan Libraries, Johns Hopkins University - https://www.library.jhu.edu/ + https://library.jhu.edu/ Mark Patton mpatton@jhu.edu The Sheridan Libraries, Johns Hopkins University - https://www.library.jhu.edu/ + https://library.jhu.edu/ John Abrahams jabrah20@jhu.edu The Sheridan Libraries, Johns Hopkins University - https://www.library.jhu.edu/ + https://library.jhu.edu/ Tim Sanders tsande16@jhu.edu The Sheridan Libraries, Johns Hopkins University - https://www.library.jhu.edu/ + https://library.jhu.edu/ Russ Poetker rpoetke1@jhu.edu The Sheridan Libraries, Johns Hopkins University - https://www.library.jhu.edu/ + https://library.jhu.edu/ scm:git:git://github.com/eclipse-pass/main.git scm:git:ssh://github.com:eclipse-pass/main.git - http://github.com/eclipse-pass/main/tree/main + https://github.com/eclipse-pass/main/tree/main HEAD @@ -81,6 +81,7 @@ 1.7.0 3.5.2 1.3.0 + 2.8.2 8.41.1 1.1.0 @@ -282,6 +283,26 @@ ${maven-failsafe-plugin.version} + + org.cyclonedx + cyclonedx-maven-plugin + ${cyclonedx-maven-plugin.version} + + + generate-resources + + makeBom + + + application + ${project.build.outputDirectory}/META-INF/sbom + json + application.cdx + + + + +