Skip to content

Commit 35635ad

Browse files
committed
Update dependency io.helidon:helidon-dependencies to v4.4.0
1 parent 0420a62 commit 35635ad

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

.idea/compiler.xml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ helidon-common-parameters = { module = 'io.helidon.common:helidon-common-paramet
3030
helidon-webserver = { module = 'io.helidon.webserver:helidon-webserver' }
3131
helidon-config = { module = 'io.helidon.config:helidon-config' }
3232
helidon-config-hocon = { module = 'io.helidon.config:helidon-config-hocon' }
33+
helidon-config-metadata = { module = 'io.helidon.config:helidon-config-metadata' }
3334
helidon-http = { module = 'io.helidon.http:helidon-http' }
3435
helidon-http-media = { module = 'io.helidon.http.media:helidon-http-media' }
3536
helidon-logging-common = { module = 'io.helidon.logging:helidon-logging-common' }
@@ -51,7 +52,7 @@ junit-platform-launcher = { module = 'org.junit.platform:junit-platform-launcher
5152
[bundles]
5253
helidon-implementation = ['helidon-webserver', 'helidon-service-registry', 'helidon-builder-api',
5354
'helidon-common', 'helidon-common-config', 'helidon-common-types',
54-
'helidon-config', 'helidon-common-parameters', 'helidon-http', 'helidon-http-media', 'helidon-logging-common']
55+
'helidon-config', 'helidon-config-metadata', 'helidon-common-parameters', 'helidon-http', 'helidon-http-media', 'helidon-logging-common']
5556
helidon-runtime-only = ['helidon-config-hocon', 'helidon-logging-jul']
5657
helidon-apt = ['helidon-codegen-apt', 'helidon-service-codegen', 'helidon-builder-codegen']
5758
test-implementation = ['assertj', 'helidon-webclient-api', 'helidon-webclient-http1', 'helidon-webserver-testing-junit5',
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module com.ak.helidon {
22
requires static org.jspecify;
33
requires java.logging;
4-
requires io.helidon.webserver;
54
requires io.helidon.logging.common;
65
requires io.helidon.config;
6+
requires io.helidon.config.metadata;
7+
requires io.helidon.webserver;
78
exports com.ak.helidon;
89
}

0 commit comments

Comments
 (0)