From decc3b9ce027fe35152b8b387a056c175a9aa08f Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期三, 04 十二月 2024 00:20:35 +0800
Subject: [PATCH] zjh20241202-4

---
 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