From 3c7018b38ace22cc8b55217864640ce5ada4dcee Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Mon, 13 Dec 2021 09:02:33 +0800
Subject: [PATCH] 若依 3.3.0
---
ruoyi-common/ruoyi-common-core/pom.xml | 42 +++++++++++++++++++++++++++++++++---------
1 files changed, 33 insertions(+), 9 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml
index 1c71f8a..4424f15 100644
--- a/ruoyi-common/ruoyi-common-core/pom.xml
+++ b/ruoyi-common/ruoyi-common-core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
- <version>2.2.0</version>
+ <version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -17,23 +17,35 @@
<dependencies>
- <!-- SpringCloud Openfeign -->
+ <!-- SpringCloud Openfeign -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
- </dependency>
+ </dependency>
+
+ <!-- SpringCloud Loadbalancer -->
+ <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-starter-loadbalancer</artifactId>
+ </dependency>
- <!-- Spring Context Support -->
- <dependency>
+ <!-- Spring Context Support -->
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
- </dependency>
+ </dependency>
- <!-- Spring Web -->
- <dependency>
+ <!-- Spring Web -->
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- </dependency>
+ </dependency>
+
+ <!-- Transmittable ThreadLocal -->
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>transmittable-thread-local</artifactId>
+ </dependency>
<!-- Apache Commons Pool2 -->
<dependency>
@@ -65,6 +77,18 @@
<artifactId>fastjson</artifactId>
</dependency>
+ <!-- Jwt -->
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt</artifactId>
+ </dependency>
+
+ <!-- Jaxb -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+
<!-- Apache Lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
--
Gitblit v1.9.3