From 64066a0cd1489bde1a85bec34a8c2c2fb1a47ee6 Mon Sep 17 00:00:00 2001
From: 艾金辉 <1144154118@qq.com>
Date: 星期五, 21 七月 2023 17:30:18 +0800
Subject: [PATCH] 根据用户名获取三一列表

---
 ard-work/pom.xml |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ard-work/pom.xml b/ard-work/pom.xml
index 7924856..2e3a240 100644
--- a/ard-work/pom.xml
+++ b/ard-work/pom.xml
@@ -35,15 +35,15 @@
             <groupId>net.java.jna</groupId>
             <artifactId>jna</artifactId>
             <version>1.0.0</version>
-            <scope>system</scope>
-            <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>
+<!--            <scope>system</scope>-->
+<!--            <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>-->
         </dependency>
         <dependency>
             <groupId>net.java.examples</groupId>
             <artifactId>examples</artifactId>
             <version>1.0.0</version>
-            <scope>system</scope>
-            <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath>
+<!--            <scope>system</scope>-->
+<!--            <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath>-->
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -117,6 +117,13 @@
             <artifactId>lombok</artifactId>
             <optional>true</optional>
         </dependency>
+        <!-- https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2 -->
+        <dependency>
+            <groupId>com.alibaba.fastjson2</groupId>
+            <artifactId>fastjson2</artifactId>
+            <version>2.0.36</version>
+        </dependency>
+
     </dependencies>
 
     <build>

--
Gitblit v1.9.3