Skip to content

Commit 76fa7e1

Browse files
authored
Merge pull request #31727 from gsmet/oracle-i18n
Add com.oracle.database.nls:orai18n to quarkus-jdbc-oracle
2 parents 8d752c3 + abfcc1f commit 76fa7e1

File tree

1 file changed

+4
-0
lines changed
  • extensions/jdbc/jdbc-oracle/runtime

1 file changed

+4
-0
lines changed

extensions/jdbc/jdbc-oracle/runtime/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<groupId>com.oracle.database.jdbc</groupId>
2727
<artifactId>ojdbc11</artifactId>
2828
</dependency>
29+
<dependency>
30+
<groupId>com.oracle.database.nls</groupId>
31+
<artifactId>orai18n</artifactId>
32+
</dependency>
2933
<dependency>
3034
<groupId>org.graalvm.nativeimage</groupId>
3135
<artifactId>svm</artifactId>

0 commit comments

Comments
 (0)