From 937625dcdce8d23f8dd6ee7fa86378f0ef6a1b52 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期四, 21 七月 2022 17:21:09 +0800 Subject: [PATCH] 包填充 --- pom.xml | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 147ebf7..de00d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -16,17 +16,6 @@ <dependencies> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-configuration-processor</artifactId> - <optional>true</optional> - </dependency> - - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-log4j2</artifactId> - </dependency> - - <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> @@ -55,7 +44,7 @@ </dependencies> <build> - <finalName>hx-common</finalName> + <finalName>hx-redisson</finalName> <resources> <resource> <directory>src/main/java</directory> -- Gitblit v1.8.0