From 785997af33c08048bbfb58b583c74418c0b892b9 Mon Sep 17 00:00:00 2001 From: lovesh-ap Date: Mon, 10 Jun 2024 12:00:04 +0530 Subject: [PATCH] Remove Newrelic-api hard dependency from csec agent --- newrelic-security-agent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newrelic-security-agent/build.gradle b/newrelic-security-agent/build.gradle index 98504e505..34c964c35 100644 --- a/newrelic-security-agent/build.gradle +++ b/newrelic-security-agent/build.gradle @@ -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}" } /**