From 878a9c21d3072bbd1a597f78f362f718d9cfcffb Mon Sep 17 00:00:00 2001 From: wangxun Date: Fri, 11 Apr 2025 10:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=BA=A4jna?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/pom.xml b/pom.xml index 3f2c967..b95fd4e 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,54 @@ 3.4.3 + + net.java.jna + jna + 1.0.0 + compile + + + net.java.examples + examples + 1.0.0 + compile + + + org.springframework.data + spring-data-redis + 2.7.17 + + + + org.springframework.boot + spring-boot-starter-data-redis + + + + + org.apache.commons + commons-imaging + 1.0-alpha3 + + + com.google.code.gson + gson + 2.10.1 + + + cn.hutool + hutool-all + 5.8.9 + + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + +