Skip to content

Commit

Permalink
Switch to context-propagation 1.0.5 and remove snapshot repo
Browse files Browse the repository at this point in the history
We do not need the snapshot repo and we do not need to be on the 1.1 line of context-propagation because it contains no code that isn't in the 1.0.x line.

Closes gh-4027
  • Loading branch information
shakuzen committed Aug 15, 2023
1 parent 1354fc2 commit 3327ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,6 @@ subprojects {
description = 'Application monitoring instrumentation facade'

repositories {
maven {
url 'https://repo.spring.io/snapshot/'
content { includeGroup 'io.micrometer' }
}
mavenCentral()
}

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def VERSIONS = [
'javax.inject:javax.inject:1',
'javax.servlet:javax.servlet-api:latest.release',
'javax.xml.bind:jaxb-api:2.3.+',
'io.micrometer:context-propagation:1.1.+',
'io.micrometer:context-propagation:1.0.+',
'org.jetbrains.kotlinx:kotlinx-coroutines-core:latest.release',
'net.sf.ehcache:ehcache:latest.release',
'org.apache.activemq:artemis-junit-5:latest.release',
Expand Down

0 comments on commit 3327ecb

Please sign in to comment.