From 8a2bfef1ebf3a1e24f770d3481ff82856f14d9e0 Mon Sep 17 00:00:00 2001 From: aijinhui <aijinhui> Date: 星期五, 24 十一月 2023 15:47:42 +0800 Subject: [PATCH] 设备运行状态 --- ard-work/pom.xml | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index de2d1f7..1643120 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -184,5 +184,24 @@ <artifactId>commons-discovery</artifactId> <version>0.5</version> </dependency> +<!-- <!– https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8 –>--> + <dependency> + <groupId>com.oracle.database.jdbc</groupId> + <artifactId>ojdbc8</artifactId> + <version>23.3.0.23.09</version> + </dependency> + <!-- orai18n --> + <dependency> + <groupId>cn.easyproject</groupId> + <artifactId>orai18n</artifactId> + <version>12.1.0.2.0</version> + </dependency> +<!-- <dependency>--> +<!-- <groupId>com.alibaba</groupId>--> +<!-- <artifactId>druid</artifactId>--> +<!-- <version>1.2.15</version>--> +<!-- <scope>compile</scope>--> +<!-- </dependency>--> + </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3