switch to lys-dependencies

This commit is contained in:
2022-06-25 12:37:24 +08:00
parent a15a81db1b
commit d15172d41a
8 changed files with 214 additions and 165 deletions

View File

@@ -14,10 +14,10 @@ run {
dependencies {
implementation rootProject
implementation project(':antlr')
implementation group: "net.woggioni", name: "jwo", version: getProperty('version.jwo')
implementation group: 'org.tukaani', name: 'xz', version: getProperty('version.xz')
implementation group: 'com.beust', name: 'jcommander', version: getProperty('version.jcommander')
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: getProperty('version.jackson')
implementation group: "net.woggioni", name: "jwo"
implementation group: 'org.tukaani', name: 'xz'
implementation group: 'com.beust', name: 'jcommander'
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind"
runtimeOnly project(':test-utils')
}