From 6d3482679dc6730ec4eb247130db0763e4704727 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 27 五月 2024 10:40:43 +0800
Subject: [PATCH] 修改用学员时处理部门管理员标识
---
pom.xml | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 74a97c3..9c8aa35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,12 @@
</dependency>
<dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.9.3</version>
+ </dependency>
+
+ <dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>7.2.25</version>
@@ -259,17 +265,10 @@
<build>
<plugins>
<plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <fork>true</fork>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.1</version>
<configuration>
- <skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
--
Gitblit v1.8.0