Skip to content

Commit df9cf31

Browse files
authored
ssm api instead of implementation (#2030)
1 parent d5deba3 commit df9cf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-parameter-store/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
api(mn.micronaut.discovery.core)
77
api(projects.micronautAwsServiceDiscovery)
88
api(projects.micronautAwsSdkV2)
9-
implementation(libs.aws.ssm)
9+
api(libs.aws.ssm)
1010
implementation(mn.reactor)
1111
testImplementation(mn.micronaut.http.server.netty)
1212
}

0 commit comments

Comments
 (0)