Skip to content

Commit 2fa6d4c

Browse files
committed
Rearrange boms order for proper deps resolution
1 parent e518f1a commit 2fa6d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ allprojects {
101101
imports {
102102
mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonBomVersion"
103103
mavenBom "org.junit:junit-bom:$junitJupiterVersion"
104-
mavenBom "org.springframework:spring-framework-bom:$springVersion"
105-
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
106-
mavenBom "org.springframework.data:spring-data-bom:$springDataVersion"
107104
mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"
108105
mavenBom "io.micrometer:micrometer-tracing-bom:$micrometerTracingVersion"
106+
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
107+
mavenBom "org.springframework.data:spring-data-bom:$springDataVersion"
108+
mavenBom "org.springframework:spring-framework-bom:$springVersion"
109109
}
110110
}
111111

0 commit comments

Comments
 (0)