Skip to content

Commit a06757d

Browse files
committed
Add jackson-module-kotlin test dependency
1 parent 28edf07 commit a06757d

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
@@ -278,6 +278,7 @@ project('spring-rabbit') {
278278

279279
testRuntime "org.springframework:spring-web:$springVersion"
280280
testRuntime "org.apache.httpcomponents:httpclient:$commonsHttpClientVersion"
281+
testRuntime "com.fasterxml.jackson.module:jackson-module-kotlin:$jackson2Version"
281282
}
282283

283284
compileTestKotlin {

0 commit comments

Comments
 (0)