Skip to content

Commit 2ba085f

Browse files
committed
removed ${extensions-version} from gpc, was removed from main
1 parent 066bafa commit 2ba085f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

ojdbc-provider-gcp/pom.xml

+1-12
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.oracle.database.jdbc</groupId>
1414
<artifactId>ojdbc-extensions</artifactId>
15-
<version>${extensions-version}</version>
15+
<version>1.0.2</version>
1616
</parent>
1717

1818
<dependencyManagement>
@@ -39,22 +39,11 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-secretmanager</artifactId>
42-
<exclusions>
43-
<exclusion>
44-
<groupId>com.google.protobuf</groupId>
45-
<artifactId>protobuf-java</artifactId>
46-
</exclusion>
47-
</exclusions>
4842
</dependency>
4943
<dependency>
5044
<groupId>com.google.cloud</groupId>
5145
<artifactId>google-cloud-storage</artifactId>
5246
</dependency>
53-
<dependency>
54-
<groupId>com.google.protobuf</groupId>
55-
<artifactId>protobuf-java</artifactId>
56-
<version>3.25.5</version>
57-
</dependency>
5847

5948
<!-- TEST DEPENDENCIES -->
6049

0 commit comments

Comments
 (0)