Skip to content

Commit

Permalink
Remove Newrelic-api hard dependency from csec agent
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesh-ap committed Jun 10, 2024
1 parent b4474f9 commit 785997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic-security-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
shadowIntoJar 'net.openhft:zero-allocation-hashing:0.16'
shadowIntoJar 'com.github.oshi:oshi-core:6.4.1'
shadowIntoJar 'com.google.code.gson:gson:2.10.1'
shadowIntoJar "com.newrelic.agent.java:newrelic-api:${nrAPIVersion}"
implementation "com.newrelic.agent.java:newrelic-api:${nrAPIVersion}"
}

/**
Expand Down

0 comments on commit 785997a

Please sign in to comment.