Skip to content

Commit f930370

Browse files
authored
Merge pull request #24 from utPLSQL/bugfix/orai18n
Adding orai18n to the dependencies
2 parents 35b73eb + 9ce25cb commit f930370

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
<version>12.2.0.1</version>
2424
<scope>compile</scope>
2525
</dependency>
26+
<dependency>
27+
<groupId>com.oracle.jdbc</groupId>
28+
<artifactId>orai18n</artifactId>
29+
<version>12.2.0.1</version>
30+
<scope>compile</scope>
31+
</dependency>
2632
<dependency>
2733
<groupId>junit</groupId>
2834
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)