From 5dfafc707d5bcc8a892ee231bddd145a89582e76 Mon Sep 17 00:00:00 2001 From: aijinhui <aijinhui> Date: 星期五, 29 十二月 2023 10:29:59 +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 1cdd04e..24e4683 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -183,5 +183,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