Browse Source

Correct artifact ID of some Angus Mail modules

Closes gh-33947
pull/34001/head
Andy Wilkinson 3 years ago
parent
commit
1eb6de0b6d
  1. 6
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -19,9 +19,9 @@ bom { @@ -19,9 +19,9 @@ bom {
modules = [
"angus-core",
"angus-mail",
"angus-dsn",
"angus-gimap",
"angus-imap",
"dsn",
"gimap",
"imap",
"jakarta.mail",
"logging-mailhandler",
"pop3",

Loading…
Cancel
Save