[collector,manager]oracle使用ojdbc8驱动,更新采集指标

This commit is contained in:
tomsun28
2022-03-24 21:54:39 +08:00
parent d871572438
commit bb636c9bae
3 changed files with 33 additions and 9 deletions

View File

@@ -109,12 +109,11 @@
<artifactId>mssql-jdbc</artifactId>
<version>10.2.0.jre8</version>
</dependency>
<!-- oracle -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.3</version>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>21.5.0.0</version>
</dependency>
</dependencies>