File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -29,26 +29,17 @@ val splunkAgent: Configuration by configurations.creating {
2929}
3030
3131repositories {
32- ivy {
33- // Required to source artifact directly from github release page
34- // https://github.com/signalfx/csa-releases/releases/download/<version>/oss-agent-mtagent-extension-deployment.jar
35- url = uri(" https://github.com/" )
36- metadataSources {
37- artifact()
38- }
39- patternLayout {
40- ivy(" [organisation]/[module]/releases/download/[revision]/[artifact].[ext]" )
41- artifact(" [organisation]/[module]/releases/download/[revision]/[artifact].[ext]" )
42- }
32+ maven {
33+ url = uri(" https://artifactory.bare.appdynamics.com/artifactory/maven-releases/" )
4334 }
4435}
4536
4637dependencies {
4738 splunkAgent(project(" :agent" , configuration = " shadow" ))
48- csaReleases(" signalfx:csa-releases :$csaVersion " ) {
39+ csaReleases(" com.cisco.security:secureapp-otel-java-extension :$csaVersion " ) {
4940 artifact {
50- name = " oss-agent-mtagent -extension-deployment "
51- extension = " jar "
41+ name = " secureapp-otel-java -extension"
42+ extension = " zip "
5243 }
5344 }
5445}
You can’t perform that action at this time.
0 commit comments