Skip to content

Commit 909b27e

Browse files
committed
GCP Secret Provider pom change
1 parent e24494e commit 909b27e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ojdbc-provider-gcp/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<classifier>tests</classifier>
4848
<type>test-jar</type>
4949
</dependency>
50+
<dependency>
51+
<groupId>com.google.cloud</groupId>
52+
<artifactId>google-cloud-secretmanager</artifactId>
53+
<version>2.45.0</version>
54+
</dependency>
5055
<dependency>
5156
<groupId>org.junit.jupiter</groupId>
5257
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)