From aac89defa88c7f25d2fd8f481ff2fa2377acd73d Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 05 一月 2026 13:30:55 +0800
Subject: [PATCH] 1

---
 pom.xml |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4e61b50..ce8a2be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
         <relativePath/>
     </parent>
     <groupId>com.zy</groupId>
-    <artifactId>asrs</artifactId>t
+    <artifactId>asrs</artifactId>
     <version>1.1.1</version>
     <packaging>war</packaging>
 
@@ -30,7 +30,6 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-tomcat</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -40,10 +39,18 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-aop</artifactId>
         </dependency>
+<!--        <dependency>-->
+<!--            <groupId>cn.cool</groupId>-->
+<!--            <artifactId>framework</artifactId>-->
+<!--            <version>${cool.version}</version>-->
+<!--        </dependency>-->
+        <!-- 浣跨敤鏈湴 JAR 瑙e喅缂哄け鐨� cn.cool:framework:jar:3.2.0 -->
         <dependency>
             <groupId>cn.cool</groupId>
             <artifactId>framework</artifactId>
-            <version>${cool.version}</version>
+            <version>3.2.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/version/lib/framework-3.2.0.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>org.apache.tika</groupId>

--
Gitblit v1.9.1