switch to lys-catalog

This commit is contained in:
2022-08-28 13:05:02 +08:00
parent d6ba855001
commit e3c1dfca5e
11 changed files with 59 additions and 48 deletions

View File

@@ -14,10 +14,11 @@ run {
dependencies {
implementation rootProject
implementation project(':antlr')
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"
implementation catalog.jwo
implementation catalog.xz
implementation catalog.jcommander
implementation catalog.jackson.databind
runtimeOnly project(':test-utils')
}