-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
60 lines (52 loc) · 3.34 KB
/
Copy pathlibs.versions.toml
File metadata and controls
60 lines (52 loc) · 3.34 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
59
60
[versions]
sonarqube = '7.4.0.8496'
jacocolog = '4.0.2'
spotbugs = '6.5.11'
ben-manes-versions = '0.61.0'
git-semver = '1.21.3'
jspecify = '1.0.1'
assertj = '3.27.7'
helidon = '4.5.4'
[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' }
ben-manes-versions = { id = 'io.github.ben-manes.versions', version.ref = 'ben-manes-versions' }
git-semver = { id = 'pl.allegro.tech.build.axion-release', version.ref = 'git-semver' }
[libraries]
jspecify = { module = 'org.jspecify:jspecify', version.ref = 'jspecify' }
assertj = { module = 'org.assertj:assertj-core', version.ref = 'assertj' }
helidon = { module = 'io.helidon:helidon-dependencies', version.ref = 'helidon' }
helidon-service-registry = { module = 'io.helidon.service:helidon-service-registry' }
helidon-builder-api = { module = 'io.helidon.builder:helidon-builder-api' }
helidon-common = { module = 'io.helidon.common:helidon-common' }
helidon-common-config = { module = 'io.helidon.common:helidon-common-config' }
helidon-common-types = { module = 'io.helidon.common:helidon-common-types' }
helidon-common-parameters = { module = 'io.helidon.common:helidon-common-parameters' }
helidon-webserver = { module = 'io.helidon.webserver:helidon-webserver' }
helidon-config = { module = 'io.helidon.config:helidon-config' }
helidon-config-hocon = { module = 'io.helidon.config:helidon-config-hocon' }
helidon-config-metadata = { module = 'io.helidon.config:helidon-config-metadata' }
helidon-http = { module = 'io.helidon.http:helidon-http' }
helidon-http-media = { module = 'io.helidon.http.media:helidon-http-media' }
helidon-logging-common = { module = 'io.helidon.logging:helidon-logging-common' }
helidon-logging-jul = { module = 'io.helidon.logging:helidon-logging-jul' }
helidon-codegen-apt = { module = 'io.helidon.codegen:helidon-codegen-apt' }
helidon-service-codegen = { module = 'io.helidon.service:helidon-service-codegen' }
helidon-builder-codegen = { module = 'io.helidon.builder:helidon-builder-codegen' }
helidon-webclient-api = { module = 'io.helidon.webclient:helidon-webclient-api' }
helidon-webclient-http1 = { module = 'io.helidon.webclient:helidon-webclient-http1' }
helidon-webserver-testing-junit5 = { module = 'io.helidon.webserver.testing.junit5:helidon-webserver-testing-junit5' }
junit-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api' }
junit-jupiter-params = { module = 'org.junit.jupiter:junit-jupiter-params' }
junit-jupiter-engine = { module = 'org.junit.jupiter:junit-jupiter-engine' }
junit-platform-launcher = { module = 'org.junit.platform:junit-platform-launcher' }
[bundles]
helidon-implementation = ['helidon-webserver', 'helidon-service-registry', 'helidon-builder-api',
'helidon-common', 'helidon-common-config', 'helidon-common-types',
'helidon-config', 'helidon-common-parameters', 'helidon-http', 'helidon-http-media', 'helidon-logging-common']
helidon-compile-only = ['helidon-config-metadata']
helidon-runtime-only = ['helidon-config-hocon', 'helidon-logging-jul']
helidon-apt = ['helidon-codegen-apt', 'helidon-service-codegen', 'helidon-builder-codegen']
test-implementation = ['assertj', 'helidon-webclient-api', 'helidon-webclient-http1', 'helidon-webserver-testing-junit5',
'junit-jupiter-api', 'junit-jupiter-params']