[patchwork, core, extensions] Hugely simplify Patchworks
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[versions]
|
||||
assertj = "3.26.3"
|
||||
asm = "9.7"
|
||||
autoservice = "1.1.1"
|
||||
java-main = "8"
|
||||
java-test = "21"
|
||||
@@ -16,8 +15,6 @@ lombok = { id = "io.freefair.lombok", version = "8.13.1" }
|
||||
|
||||
[libraries]
|
||||
assertj = { group = "org.assertj", name = "assertj-core", version.ref = "assertj" }
|
||||
asm-commons = { group = "org.ow2.asm", name = "asm-commons", version.ref = "asm" }
|
||||
asm-core = { group = "org.ow2.asm", name = "asm", version.ref = "asm" }
|
||||
autoservice-annotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoservice" }
|
||||
autoservice-processor = { group = "com.google.auto.service", name = "auto-service", version.ref = "autoservice" }
|
||||
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version.ref = "jetbrains-annotations" }
|
||||
|
||||
Reference in New Issue
Block a user