From aca0f09fa623ed15d1e1aaf24322cfc57333594f Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 30 Dec 2024 11:34:21 -0500 Subject: [PATCH] Move mail sendcer implementations to runtime scope --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index b587f613..1804bba9 100644 --- a/pom.xml +++ b/pom.xml @@ -190,6 +190,7 @@ under the License. org.codehaus.plexus plexus-mail-sender-javamail 1.0-alpha-7 + runtime org.codehaus.plexus @@ -201,6 +202,7 @@ under the License. org.codehaus.plexus plexus-mail-sender-simple 1.0-alpha-7 + runtime org.codehaus.plexus