From d2ba7ed50955701234b1b50ceaf04fe36b86c61d Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期三, 03 一月 2024 15:19:16 +0800 Subject: [PATCH] 更新解压 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index d085db8..ee34f70 100644 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> + <dependency> + <groupId>com.github.junrar</groupId> + <artifactId>junrar</artifactId> + <version>7.4.1</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.1