From 09206aedcfdf30050123e99f2af0a192ebad1de4 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 03 Jun 2024 18:08:33 +0800
Subject: [PATCH] 1
---
pom.xml | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5ecc428..cbaf380 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,15 +25,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-mail</artifactId>
- </dependency>
- <dependency>
- <groupId>org.flywaydb</groupId>
- <artifactId>flyway-core</artifactId>
- </dependency>
+
+<!-- <dependency>-->
+<!-- <groupId>org.flywaydb</groupId>-->
+<!-- <artifactId>flyway-core</artifactId>-->
+<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
--
Gitblit v1.9.3