-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.properties
More file actions
52 lines (40 loc) · 1.37 KB
/
version.properties
File metadata and controls
52 lines (40 loc) · 1.37 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
#
# File: version.properties
#
# Defines the version information for each Java Module System modules. This allows Quark Spin to determine the
# version of Apache Maven Artifacts to retrieve for establishing Class and Module Paths when compiling, testing and
# building a module.
#
# Each property name is a GLOB pattern (to match a Java Module name), followed by = and then property value, which is
# the Apache Maven Version number.
#
# The use of GLOB patterns permit similarly defined module names, typically from a single developer/organization, to
# share the same module version (as they commonly do).
#
# See: https://en.wikipedia.org/wiki/Glob_(programming)
# See: http://maven.apache.org/pom.html
#
# NOTE: Lookup and use of this file is not yet supported (coming soon!)
#
jakarta.inject = 2.0.1
jakarta.el = 6.0.1
build.spin = 0.1.3-SNAPSHOT
build.spin.* = 0.1.3-SNAPSHOT
build.base.* = 0.23.1
build.codemodel.* = 0.21.1
build.serve.* = 0.2.2
build.spawn.* = 0.1.4
com.fasterxml.jackson.annotations = 2.21
com.fasterxml.jackson.databind = 2.21.2
com.graphqljava = 25.0
freemarker = 2.3.34
maven.core = 4.0.0-rc-5
maven.api.settings=4.0.0-rc-5
maven.settings = 4.0.0-rc-5
maven.resolver.provider = 4.0.0-rc-5
org.apache.maven.resolver = 2.0.16
org.apache.maven.resolver.* = 2.0.16
org.assertj.core = 3.27.7
org.junit.jupiter.* = 6.0.3
org.mockito* = 2.19.0
org.slf4j* = 2.0.17