Skip to content

Commit 1dc80fd

Browse files
smolamcculls
andauthored
Use JMC 8.1.0 release from Maven Central (#5663)
Co-authored-by: Stuart McCulloch <[email protected]>
1 parent 0a1d7c2 commit 1dc80fd

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

dd-java-agent/agent-profiling/profiling-controller-jfr/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
annotationProcessor deps.autoserviceProcessor
2121
compileOnly deps.autoserviceAnnotation
2222

23-
testImplementation group: 'org.openjdk.jmc', name: 'flightrecorder.writer', version: '8.1.0-SNAPSHOT'
23+
testImplementation group: 'org.openjdk.jmc', name: 'flightrecorder.writer', version: '8.1.0'
2424
testImplementation deps.mockito
2525
testImplementation deps.junit5
2626
}

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class CachedData {
3131
jctools : '3.3.0',
3232
moshi : '1.11.0',
3333
testcontainers: '1.17.3',
34-
jmc : "8.1.0-SNAPSHOT",
34+
jmc : "8.1.0",
3535
autoservice : "1.0-rc7",
3636
ddprof : "0.63.0",
3737
asm : "9.5"

gradle/repositories.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
repositories {
22
mavenLocal()
33
mavenCentral()
4-
maven {
5-
url "https://adoptopenjdk.jfrog.io/adoptopenjdk/jmc-libs-snapshots"
6-
content {
7-
includeGroup "org.openjdk.jmc"
8-
}
9-
mavenContent {
10-
snapshotsOnly()
11-
}
12-
}
134
// add sonatype repository for snapshot dependencies
145
maven {
156
content {

0 commit comments

Comments
 (0)