mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 23:39:37 +08:00
Merge pull request #1534 from dingxiaobo/202210_fix_oracle_drivers
fix oracle drivers
This commit is contained in:
commit
fb8627ba96
@ -41,7 +41,7 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>oracle</groupId>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>11.2.0.3</version>
|
||||
</dependency>
|
||||
|
@ -39,7 +39,7 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>oracle</groupId>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>11.2.0.3</version>
|
||||
</dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user