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 | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index de2d1f7..24e4683 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -69,7 +69,6 @@ <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-boot-starter</artifactId> - <version>3.0.3</version> </dependency> <!--寮犲缓鎻愪緵寮曞渚濊禆--> <dependency> @@ -184,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