Skip to content

Commit

Permalink
feat(sj_1.1.1): 添加Oracle i18n支持
Browse files Browse the repository at this point in the history
  • Loading branch information
dhb52 committed Jul 17, 2024
1 parent d28f98d commit c8dda95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snail-job-datasource/snail-job-oracle-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
</dependency>
<dependency>
<groupId>com.oracle.database.nls</groupId>
<artifactId>orai18n</artifactId>
</dependency>
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>snail-job-datasource-template</artifactId>
Expand Down

0 comments on commit c8dda95

Please sign in to comment.