We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24494e commit 909b27eCopy full SHA for 909b27e
ojdbc-provider-gcp/pom.xml
@@ -47,6 +47,11 @@
47
<classifier>tests</classifier>
48
<type>test-jar</type>
49
</dependency>
50
+ <dependency>
51
+ <groupId>com.google.cloud</groupId>
52
+ <artifactId>google-cloud-secretmanager</artifactId>
53
+ <version>2.45.0</version>
54
+ </dependency>
55
<dependency>
56
<groupId>org.junit.jupiter</groupId>
57
<artifactId>junit-jupiter-api</artifactId>
0 commit comments