Skip to content

Commit 00513c3

Browse files
committed
Version
1 parent ea176ec commit 00513c3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

ojdbc-provider-observability/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.oracle.database.jdbc</groupId>
99
<artifactId>ojdbc-extensions</artifactId>
10-
<version>1.0.3</version>
10+
<version>1.0.6</version>
1111
</parent>
1212

1313
<name>Oracle JDBC Observability Provider</name>
@@ -23,7 +23,7 @@
2323
<dependencies>
2424
<dependency>
2525
<groupId>com.oracle.database.jdbc</groupId>
26-
<artifactId>ojdbc11</artifactId>
26+
<artifactId>ojdbc8</artifactId>
2727
</dependency>
2828
<dependency>
2929
<groupId>io.opentelemetry</groupId>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@
9191
<version>${jdbc.version}</version>
9292
<scope>provided</scope>
9393
</dependency>
94-
<dependency>
95-
<groupId>com.oracle.database.jdbc</groupId>
96-
<artifactId>ojdbc11</artifactId>
97-
<version>${jdbc.version}</version>
98-
</dependency>
9994
<dependency>
10095
<groupId>com.oracle.database.security</groupId>
10196
<artifactId>oraclepki</artifactId>

0 commit comments

Comments
 (0)