File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 compile group : ' com.fasterxml.jackson.core' , name : ' jackson-annotations' , version :' 2.11.1'
2323 compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version :' 2.11.1'
2424 compile group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-csv' , version :' 2.11.1'
25- compile group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-xml' , version :' 2.11.1'
25+ testCompile group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-xml' , version :' 2.11.1'
2626 testCompile group : ' org.mockito' , name : ' mockito-all' , version :' 1.10.19'
2727 testCompile group : ' ch.qos.logback' , name : ' logback-classic' , version :' 1.2.3'
2828 testCompile group : ' org.hsqldb' , name : ' hsqldb' , version :' 2.5.1'
You can’t perform that action at this time.
0 commit comments