@@ -15,17 +15,17 @@ repositories {
1515}
1616
1717dependencies {
18- compile group : ' com.vaticle.typedb' , name : ' typedb-client' , version : ' 2.8.0'
19- compile group : ' com.vaticle.typeql' , name : ' typeql-grammar' , version : ' 2.8.0'
20- testCompile group : ' junit ' , name : ' junit ' , version : ' 4.12 '
21- compile ' com.google.code.gson:gson:2.8.6 '
22- compile group : ' org.slf4j ' , name : ' slf4j -api' , version : ' 1.7.25 '
23- compile group : ' org.apache.logging.log4j' , name : ' log4j-api ' , version : ' 2.13.3'
24- compile group : ' org.apache.logging.log4j ' , name : ' log4j-core ' , version : ' 2.13.3 '
25- annotationProcessor ' info.picocli:picocli-codegen:4.5.1 '
26- compile ' info.picocli:picocli:4.5.1 '
27- compile ' org.apache.commons:commons-csv:1.8 '
28- implementation group : ' commons-io ' , name : ' commons-io ' , version : ' 2.8.0 '
18+ implementation( " com.vaticle.typedb: typedb-client: 2.8.0" )
19+ implementation( " com.vaticle.typeql: typeql-grammar: 2.8.0" )
20+ implementation( " com.google.code.gson:gson:2.8.6 " )
21+ implementation( " org.slf4j:slf4j-api:1.7.25 " )
22+ implementation( " org.apache.logging.log4j:log4j -api:2.13.3 " )
23+ implementation( " org.apache.logging.log4j: log4j-core: 2.13.3" )
24+ implementation( " info.picocli:picocli:4.5.1 " )
25+ implementation( " org.apache.commons:commons-csv:1.8 " )
26+ implementation( " commons-io:commons-io:2.8.0 " )
27+ compileOnly( " info.picocli:picocli-codegen:4.5.1 " )
28+ testImplementation( " junit:junit:4.12 " )
2929}
3030
3131mainClassName = ' cli.TypeDBLoaderCLI'
0 commit comments