Skip to content

Commit 5ded070

Browse files
committed
fix #8, orai18n字符集.
1 parent 5bc3787 commit 5ded070

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<artifactId>ojdbc8</artifactId>
5151
</dependency>
5252

53+
<dependency>
54+
<groupId>com.oracle.database.nls</groupId>
55+
<artifactId>orai18n</artifactId>
56+
</dependency>
57+
5358
<dependency>
5459
<groupId>com.github.jsqlparser</groupId>
5560
<artifactId>jsqlparser</artifactId>
@@ -157,6 +162,7 @@
157162
<include>org.javassist:javassist</include>
158163
<include>com.github.jsqlparser:jsqlparser</include>
159164
<include>com.oracle.database.jdbc:ojdbc8</include>
165+
<include>com.oracle.database.nls:orai18n</include>
160166
</includes>
161167
</artifactSet>
162168
</configuration>

0 commit comments

Comments
 (0)