From 96ff86c82a9c7892a88cdee1a00b710a0006258a Mon Sep 17 00:00:00 2001 From: zhangjianrock@163.com <zhangjianrock@163.com> Date: 星期日, 14 一月 2024 16:21:13 +0800 Subject: [PATCH] 无人机读取配置文件 --- ard-work/pom.xml | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 1cdd04e..8a51372 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -76,6 +76,7 @@ <artifactId>geodesy</artifactId> <version>1.1.3</version> </dependency> + <!-- 瑙嗛澶勭悊 --> <!-- <dependency>--> <!-- <groupId>org.bytedeco</groupId>--> <!-- <artifactId>javacv-platform</artifactId>--> @@ -183,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