We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5deba3 commit df9cf31Copy full SHA for df9cf31
aws-parameter-store/build.gradle.kts
@@ -6,7 +6,7 @@ dependencies {
6
api(mn.micronaut.discovery.core)
7
api(projects.micronautAwsServiceDiscovery)
8
api(projects.micronautAwsSdkV2)
9
- implementation(libs.aws.ssm)
+ api(libs.aws.ssm)
10
implementation(mn.reactor)
11
testImplementation(mn.micronaut.http.server.netty)
12
}
0 commit comments