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.
2 parents 8d752c3 + abfcc1f commit 76fa7e1Copy full SHA for 76fa7e1
extensions/jdbc/jdbc-oracle/runtime/pom.xml
@@ -26,6 +26,10 @@
26
<groupId>com.oracle.database.jdbc</groupId>
27
<artifactId>ojdbc11</artifactId>
28
</dependency>
29
+ <dependency>
30
+ <groupId>com.oracle.database.nls</groupId>
31
+ <artifactId>orai18n</artifactId>
32
+ </dependency>
33
<dependency>
34
<groupId>org.graalvm.nativeimage</groupId>
35
<artifactId>svm</artifactId>
0 commit comments