We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a922d2b commit f38bb0fCopy full SHA for f38bb0f
1 file changed
ojdbc-provider-observability/pom.xml
@@ -25,6 +25,11 @@
25
<groupId>com.oracle.database.jdbc</groupId>
26
<artifactId>ojdbc8</artifactId>
27
</dependency>
28
+ <dependency>
29
+ <groupId>com.oracle.database.jdbc</groupId>
30
+ <artifactId>ucp</artifactId>
31
+ <version>23.26.1.0.0</version>
32
+ </dependency>
33
<dependency>
34
<groupId>io.opentelemetry</groupId>
35
<artifactId>opentelemetry-api</artifactId>
0 commit comments