From 1eb6de0b6d8cbbc63a3221dd6eb7ea796037950e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 23 Jan 2023 14:56:44 +0000 Subject: [PATCH] Correct artifact ID of some Angus Mail modules Closes gh-33947 --- spring-boot-project/spring-boot-dependencies/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index bfbb6888324..1e68c83b6f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -19,9 +19,9 @@ bom { modules = [ "angus-core", "angus-mail", - "angus-dsn", - "angus-gimap", - "angus-imap", + "dsn", + "gimap", + "imap", "jakarta.mail", "logging-mailhandler", "pop3",