Unverified Commit 4f195a76 authored by aiwenmo's avatar aiwenmo Committed by GitHub

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

[fix-425] [metadata] SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS…
parents 25463348 b4256138
...@@ -24,7 +24,13 @@ ...@@ -24,7 +24,13 @@
<dependency> <dependency>
<groupId>com.oracle.database.jdbc</groupId> <groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId> <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> </dependency>
</dependencies> </dependencies>
</project> </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