generated from ak-git/SimpleApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
30 lines (24 loc) · 1.09 KB
/
libs.versions.toml
File metadata and controls
30 lines (24 loc) · 1.09 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
[versions]
sonarqube = '7.2.3.7755'
jacocolog = '4.0.1'
spotbugs = '6.4.8'
jgitver = '0.10.0-rc03'
jspecify = '1.0.0'
quarkus = '3.32.3'
quarkus-config-hocon = '2.5.0'
[plugins]
sonarqube = { id = 'org.sonarqube', version.ref = 'sonarqube' }
jacocolog = { id = 'org.barfuin.gradle.jacocolog', version.ref = 'jacocolog' }
spotbugs = { id = 'com.github.spotbugs', version.ref = 'spotbugs' }
jgitver = { id = 'fr.brouillard.oss.gradle.jgitver', version.ref = 'jgitver' }
quarkus = { id = 'io.quarkus', version.ref = 'quarkus' }
[libraries]
jspecify = { module = 'org.jspecify:jspecify', version.ref = 'jspecify' }
quarkus = { module = 'io.quarkus.platform:quarkus-bom', version.ref = 'quarkus' }
quarkus-rest = { module = 'io.quarkus:quarkus-rest' }
quarkus-config-hocon = { module = 'io.quarkiverse.config:quarkus-config-hocon', version.ref = 'quarkus-config-hocon' }
quarkus-junit5 = { module = 'io.quarkus:quarkus-junit5' }
rest-assured = { module = 'io.rest-assured:rest-assured' }
[bundles]
implementation = ['quarkus-rest', 'quarkus-config-hocon']
test-implementation = ['quarkus-junit5', 'rest-assured']