Skip to content

Commit 4bf4eab

Browse files
committed
use appdynamics artifactory instead of github hackery
1 parent 252dc22 commit 4bf4eab

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

agent-csa-bundle/build.gradle.kts

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,17 @@ val splunkAgent: Configuration by configurations.creating {
2929
}
3030

3131
repositories {
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

4637
dependencies {
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
}

0 commit comments

Comments
 (0)