Skip to content

Commit 50e2739

Browse files
authored
Add secret manager to spring-cloud-gcp dependency versions (spring-attic#2187)
Add the secret manager starter to the spring-cloud-gcp dependency management.
1 parent 62f5af7 commit 50e2739

File tree

1 file changed

+5
-0
lines changed
  • spring-cloud-gcp-dependencies

1 file changed

+5
-0
lines changed

spring-cloud-gcp-dependencies/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@
180180
<artifactId>spring-cloud-gcp-starter-bigquery</artifactId>
181181
<version>${project.version}</version>
182182
</dependency>
183+
<dependency>
184+
<groupId>org.springframework.cloud</groupId>
185+
<artifactId>spring-cloud-gcp-starter-secretmanager</artifactId>
186+
<version>${project.version}</version>
187+
</dependency>
183188

184189
<!-- spring-cloud-gcp-starter-sql -->
185190
<dependency>

0 commit comments

Comments
 (0)