Skip to content

Commit 62383c5

Browse files
committed
remove spring dependency-management and update jackson
1 parent c9452b7 commit 62383c5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
kotlin("jvm") version "1.7.10"
33
java
4-
id("io.spring.dependency-management") version "1.0.11.RELEASE"
54
}
65

76
group = "com.fasterxml.jackson"
@@ -11,15 +10,10 @@ repositories {
1110
mavenCentral()
1211
}
1312

14-
dependencyManagement {
15-
imports {
16-
mavenBom("com.fasterxml.jackson:jackson-bom:2.13.2")
17-
}
18-
}
19-
2013
dependencies {
2114
implementation(kotlin("stdlib"))
2215
implementation(kotlin("reflect"))
16+
implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.3"))
2317

2418
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
2519
implementation("com.fasterxml.jackson.core:jackson-databind")

0 commit comments

Comments
 (0)