Skip to content

Commit

Permalink
Merge pull request #361 from newrelic/fix/cyclonedx-failure
Browse files Browse the repository at this point in the history
NR-347940: Fix cyclonedxBom task failure
  • Loading branch information
IshikaDawda authored Dec 11, 2024
2 parents acd7285 + a05d300 commit 59d1912
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ dependencies {
implementation("org.ow2.asm:asm-commons:9.2")

// Shadow is used here because several classes implement the Transformer interface
implementation("com.github.jengelman.gradle.plugins:shadow:6.0.0")
implementation("com.github.jengelman.gradle.plugins:shadow:6.0.0") {
exclude(group: "org.codehaus.plexus", module: "plexus-utils")
}

// Reflections and GSON are used for building the manifest of annotated classes.
implementation("org.reflections:reflections:0.9.11")
Expand Down

0 comments on commit 59d1912

Please sign in to comment.