From d88d0c64c357eb2a5f0438c0eb6b5a294ab8a0e5 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期二, 22 八月 2023 08:58:32 +0800 Subject: [PATCH] 删除引入jar包 --- user-server/pom.xml | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/user-server/pom.xml b/user-server/pom.xml index c0fd1c3..a1f86af 100644 --- a/user-server/pom.xml +++ b/user-server/pom.xml @@ -16,20 +16,9 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-test</artifactId> - </dependency> - - <dependency> <groupId>com.yunchu.limslaboratory</groupId> <artifactId>framework</artifactId> <version>${project.parent.version}</version> - </dependency> - - <!--mybatis-plus--> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-boot-starter</artifactId> </dependency> <!--feign--> @@ -43,6 +32,18 @@ <groupId>io.github.openfeign</groupId> <artifactId>feign-okhttp</artifactId> </dependency> + + <!--瀹夊叏妗嗘灦shiro--> + <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-spring-boot-starter</artifactId> + </dependency> + + <!--jwt--> + <dependency> + <groupId>com.auth0</groupId> + <artifactId>java-jwt</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.3