From 2a1216a7372538f92a79c73180d618381f7c9bb1 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 24 Jun 2025 18:04:25 +0800
Subject: [PATCH] test
---
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