add oracle driver

This commit is contained in:
木子李·De
2021-07-18 22:35:30 +08:00
parent e6197f1ed9
commit cce4493bb4
8 changed files with 16 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -87,8 +87,22 @@
<version>1.2.6</version>
</dependency>
<!--kudu impala驱动-->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.10</version>
</dependency>
<!--
第三方驱动放到lib目录下
oracle
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.4</version>
</dependency>
kudu impala驱动
<dependency>
<groupId>com.cloudera</groupId>
<artifactId>ImpalaJDBC41</artifactId>
@@ -96,7 +110,6 @@
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/ImpalaJDBC41.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
@@ -107,7 +120,7 @@
<artifactId>jetty-all</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>-->
</dependencies>
<build>