From 37fef62d9ea1c15d4dccbc6cfa0049c2d0e6663d Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 30 十一月 2021 10:58:33 +0800
Subject: [PATCH] 🎉 RuoYi-Vue3(Vue3 Element Plus Vite)版本
---
pom.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 401a5b2..78b0ca5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.5.5</version>
+ <version>2.5.6</version>
<relativePath />
</parent>
@@ -38,7 +38,7 @@
<poi.version>4.1.2</poi.version>
<oshi.version>5.8.2</oshi.version>
<jna.version>5.9.0</jna.version>
- <velocity.version>1.7</velocity.version>
+ <velocity.version>2.3</velocity.version>
</properties>
<dependencies>
@@ -174,6 +174,12 @@
<version>${jwt.version}</version>
</dependency>
+ <!-- Jaxb -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+
<!-- Swagger3渚濊禆 -->
<dependency>
<groupId>io.springfox</groupId>
@@ -211,14 +217,8 @@
<!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
<version>${velocity.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- collections宸ュ叿绫� -->
--
Gitblit v1.9.3