From b549ebd775297e3c64981ded8741af4dd6e42f39 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期三, 04 十二月 2024 17:41:28 +0800 Subject: [PATCH] 增加采样列表排序 --- ltkj-admin/pom.xml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/ltkj-admin/pom.xml b/ltkj-admin/pom.xml index 257cf12..70964f6 100644 --- a/ltkj-admin/pom.xml +++ b/ltkj-admin/pom.xml @@ -30,6 +30,23 @@ </repositories> <dependencies> + + <dependency> + <groupId>com.oracle.database.jdbc</groupId> + <artifactId>ojdbc8</artifactId> + <version>19.8.0.0</version> + <scope>system</scope> + <systemPath>${basedir}/lib/ojdbc8.jar</systemPath> + </dependency> + + <dependency> + <groupId>com.oracle.database.jdbc</groupId> + <artifactId>orai18n</artifactId> + <version>1.0.2.0</version> + <scope>system</scope> + <systemPath>${basedir}/lib/orai18n-12.1.0.2.0.jar</systemPath> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> -- Gitblit v1.8.0