Skip to content

Commit 1eb6de0

Browse files
committed
Correct artifact ID of some Angus Mail modules
Closes gh-33947
1 parent 8e7822d commit 1eb6de0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ bom {
1919
modules = [
2020
"angus-core",
2121
"angus-mail",
22-
"angus-dsn",
23-
"angus-gimap",
24-
"angus-imap",
22+
"dsn",
23+
"gimap",
24+
"imap",
2525
"jakarta.mail",
2626
"logging-mailhandler",
2727
"pop3",

0 commit comments

Comments
 (0)