Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit 9c5f57c

Browse files
committed
workaround for jackson downgrade
1 parent 62ffa2f commit 9c5f57c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ testSets {
2121
testInt
2222
}
2323

24+
dependencyManagement {
25+
openapiGeneratr {
26+
dependencies {
27+
dependency 'com.fasterxml.jackson.core:jackson-core:2.10.2'
28+
}
29+
}
30+
}
31+
2432
dependencies {
2533
// 'openapiGeneratr' is a custom configuration that is used by the gradle plugin. It allows
2634
// to add multiple generatrs.

0 commit comments

Comments
 (0)