forked from nedap/archie
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
58 lines (36 loc) · 2.38 KB
/
Copy pathlibs.versions.toml
File metadata and controls
58 lines (36 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[versions]
antlr = "4.13.2"
jackson = "2.21.3"
jackson_annotations = "2.22"
slf4j = "1.7.36"
[plugins]
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
[bundles]
jackson = ["jackson-annotations", "jackson-databind", "jackson-datatype-jsr310"]
junit = ["junit5-jupiter", "junit5-jupiter-engine", "junit5-platform-launcher"]
[libraries]
activation = { module = "javax.activation:activation", version = "1.1.1" }
antlr4 = { module = "org.antlr:antlr4", version.ref = "antlr" }
antlr4-runtime = { module = "org.antlr:antlr4-runtime", version.ref = "antlr" }
commons-io = { module = "commons-io:commons-io", version = "2.22.0" }
commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.20.0" }
commons-text = { module = "org.apache.commons:commons-text", version = "1.15.0" }
guava = { module = "com.google.guava:guava", version = "33.6.0-jre" }
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson_annotations" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
jackson-datatype-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }
jakarta-json = { module = "org.glassfish:jakarta.json", version = "2.0.1" }
jaxb-api = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
jaxb-core = { module = "com.sun.xml.bind:jaxb-core", version = "2.3.0.1" }
jaxb-impl = { module = "com.sun.xml.bind:jaxb-impl", version = "2.3.9" }
junit5-jupiter = { module = "org.junit.jupiter:junit-jupiter-api", version = "6.1.2" }
junit5-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version = "6.1.2" }
junit5-platform-launcher = { module = "org.junit.platform:junit-platform-launcher"}
hamcrest = { module = "org.hamcrest:hamcrest", version = "3.0" }
kryo = { module = "com.esotericsoftware.kryo:kryo5", version = "5.6.2" }
leadpony-justify = { module = "org.leadpony.justify:justify", version = "3.1.0" }
reflections = { module = "org.reflections:reflections", version = "0.10.2" }
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
threeten-extra = { module = "org.threeten:threeten-extra", version = "1.10.0" }
zafarkhaja-semver = { module = "com.github.zafarkhaja:java-semver", version = "0.10.2" }