From 03f5da489d024a6a9844e41145f88026c550a537 Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期四, 22 八月 2024 13:58:44 +0800
Subject: [PATCH] jar导入

---
 pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 460bf00..62f1064 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,14 @@
             <version>1.1.3.3</version>
             <systemPath>${project.basedir}/src/main/resources/lib/xpp3-1.1.3.3.jar</systemPath>
         </dependency>
+
+        <dependency>
+            <groupId>com.oscar</groupId>
+            <artifactId>oscar</artifactId>
+            <version>1.0.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/oscarJDBC8.jar</systemPath>
+        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.9.1