Skip to content

Commit cf46771

Browse files
committed
missing dependency in published artifact
1 parent 62bf150 commit cf46771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ check.dependsOn testInt
3737
dependencies {
3838
implementation 'org.codehaus.groovy:groovy:2.5.4'
3939
implementation 'io.swagger.parser.v3:swagger-parser:2.0.17'
40+
implementation 'com.fasterxml.jackson.core:jackson-core:2.10.2'
4041
implementation 'com.google.googlejavaformat:google-java-format:1.7'
4142
compileOnly "com.github.hauner.openapi:openapi-generatr-api:$generatrApiVersion"
4243

0 commit comments

Comments
 (0)