From b3cbbc1b1bf540359ac22f8733f6c322d845b38f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 18 四月 2024 22:33:06 +0800
Subject: [PATCH] 删除错误注释
---
smart-man-boot/pom.xml | 31 +++++++++++++++----------------
1 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml
index dd83581..a3ce6bc 100644
--- a/smart-man-boot/pom.xml
+++ b/smart-man-boot/pom.xml
@@ -36,15 +36,7 @@
</properties>
<dependencyManagement>
<dependencies>
- <!--
- <dependency>
- <groupId>org.springblade.platform</groupId>
- <artifactId>blade-bom</artifactId>
- <version>${bladex.project.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- -->
+
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
@@ -166,13 +158,13 @@
</dependency>
-->
<!-- 鎶ヨ〃 -->
-
+ <!--
<dependency>
<groupId>com.qianwen</groupId>
<artifactId>smart-starter-report</artifactId>
<version>1.0.0</version>
</dependency>
-
+ -->
<!-- 楠岃瘉鐮� -->
<dependency>
<groupId>com.github.whvcse</groupId>
@@ -302,7 +294,16 @@
<artifactId>smart-starter-notify</artifactId>
<version>1.0.0</version>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework.plugin</groupId>
+ <artifactId>spring-plugin-core</artifactId>
+ <version>2.0.0.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.plugin</groupId>
+ <artifactId>spring-plugin-metadata</artifactId>
+ <version>2.0.0.RELEASE</version>
+ </dependency>
<!---->
<dependency>
<groupId>com.qianwen</groupId>
@@ -411,14 +412,13 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>8.0.22</version>
</dependency>
<!-- 绉湪鎶ヨ〃 -->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
- <!--<version>1.5.0-SNAPSHOT</version>-->
- <version>1.5.9</version>
+ <version>1.5.0</version>
+ <!--<version>1.5.9</version>-->
</dependency>
<!-- openpdf 鍗曠嫭鍗囩骇 -->
<dependency>
@@ -528,7 +528,6 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven.plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
--
Gitblit v1.9.3