mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-20 09:38:35 +08:00
add oracle driver
This commit is contained in:
BIN
report-core/lib/oracle/ojdbc6-11.2.0.4.jar
Normal file
BIN
report-core/lib/oracle/ojdbc6-11.2.0.4.jar
Normal file
Binary file not shown.
BIN
report-core/lib/oracle/ons-19.3.0.0.jar
Normal file
BIN
report-core/lib/oracle/ons-19.3.0.0.jar
Normal file
Binary file not shown.
BIN
report-core/lib/oracle/oraclepki-19.3.0.0.jar
Normal file
BIN
report-core/lib/oracle/oraclepki-19.3.0.0.jar
Normal file
Binary file not shown.
BIN
report-core/lib/oracle/osdt_cert-19.3.0.0.jar
Normal file
BIN
report-core/lib/oracle/osdt_cert-19.3.0.0.jar
Normal file
Binary file not shown.
BIN
report-core/lib/oracle/osdt_core-19.3.0.0.jar
Normal file
BIN
report-core/lib/oracle/osdt_core-19.3.0.0.jar
Normal file
Binary file not shown.
BIN
report-core/lib/oracle/simplefan-19.3.0.0.jar
Normal file
BIN
report-core/lib/oracle/simplefan-19.3.0.0.jar
Normal file
Binary file not shown.
BIN
report-core/lib/oracle/ucp-19.3.0.0.jar
Normal file
BIN
report-core/lib/oracle/ucp-19.3.0.0.jar
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user