Skip to content

Commit 37a4462

Browse files
Migrate libddwaf to maven central (#9095)
Migrate libddwaf to maven central
1 parent 5edf0de commit 37a4462

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

dd-java-agent/appsec/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation project(':internal-api')
1616
implementation project(':communication')
1717
implementation project(':telemetry')
18-
implementation group: 'io.sqreen', name: 'libsqreen', version: '15.0.0'
18+
implementation group: 'io.sqreen', name: 'libsqreen', version: '15.0.1'
1919
implementation libs.moshi
2020

2121
testImplementation libs.bytebuddy

gradle/repositories.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,14 @@ repositories {
1414
maven {
1515
content {
1616
includeGroup "com.datadoghq"
17+
includeGroup "io.sqreen"
1718
}
1819
mavenContent {
1920
snapshotsOnly()
2021
}
2122
// see https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-via-gradle
2223
url 'https://central.sonatype.com/repository/maven-snapshots/'
2324
}
24-
ivy {
25-
artifactPattern 'https://sqreen-ci-java.s3.amazonaws.com/jars/[organisation]/[artifact]-[revision](-[classifier]).[ext]'
26-
ivyPattern 'https://sqreen-ci-java.s3.amazonaws.com/jars/[organisation]/[module]-[revision].xml'
27-
content {
28-
includeGroup 'io.sqreen'
29-
}
30-
}
3125
maven {
3226
url 'https://packages.confluent.io/maven/'
3327
content {

0 commit comments

Comments
 (0)