From fbf03b4bf2433bbbbda95e04ca5f0440786ff6fd Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 30 Dec 2024 17:41:24 +0000 Subject: [PATCH] Move mail sendcer implementations to runtime scope (#106) --- 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