Skip to content

Commit 7000727

Browse files
authored
NON-ISSUE Cleanup dependencies (Include com.fasterxml.jackson.dataformat:jackson-dataformat-yaml) (#481)
This includes #479.
1 parent 763bd3f commit 7000727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

line-bot-api-client/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ dependencies {
5858

5959
integrationTestCompileOnly 'org.projectlombok:lombok'
6060
integrationTestAnnotationProcessor 'org.projectlombok:lombok'
61-
integrationTestImplementation 'junit:junit:4.13'
62-
integrationTestImplementation 'org.slf4j:slf4j-simple:1.7.30'
61+
integrationTestImplementation 'org.springframework.boot:spring-boot-starter-test'
62+
integrationTestImplementation 'org.springframework.boot:spring-boot-starter-logging'
6363
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-core'
6464
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-databind'
6565
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-annotations'
6666
integrationTestImplementation 'com.fasterxml.jackson.module:jackson-module-parameter-names'
67-
integrationTestImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.2'
67+
integrationTestImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
6868
}

0 commit comments

Comments
 (0)