Commit b4256138 authored by gcwel's avatar gcwel

[fix-425] [metadata] SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK

parent 25463348
......@@ -24,7 +24,13 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<!-- <scope>test</scope>-->
<scope>${scope.runtime}</scope>
</dependency>
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>orai18n</artifactId>
<version>12.1.0.2.0</version>
<scope>${scope.runtime}</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment