Skip to content

Commit f38bb0f

Browse files
Added UCP dependency
1 parent a922d2b commit f38bb0f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • ojdbc-provider-observability

ojdbc-provider-observability/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<groupId>com.oracle.database.jdbc</groupId>
2626
<artifactId>ojdbc8</artifactId>
2727
</dependency>
28+
<dependency>
29+
<groupId>com.oracle.database.jdbc</groupId>
30+
<artifactId>ucp</artifactId>
31+
<version>23.26.1.0.0</version>
32+
</dependency>
2833
<dependency>
2934
<groupId>io.opentelemetry</groupId>
3035
<artifactId>opentelemetry-api</artifactId>

0 commit comments

Comments
 (0)