This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 770066008b1c5e72d98c5c59cbba40be4b351dd0 Author: Matthieu Baechler <[email protected]> AuthorDate: Mon Sep 2 15:56:30 2019 +0200 JAMES-1975 make dkim mailet available for Spring product --- server/app/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/app/pom.xml b/server/app/pom.xml index 7e9f258..079b1ab 100644 --- a/server/app/pom.xml +++ b/server/app/pom.xml @@ -310,6 +310,11 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> + <artifactId>james-server-mailet-dkim</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailets</artifactId> <scope>runtime</scope> <exclusions> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
