This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit 7638fe4163e4792e8d1344c834d9b7832e7aca47 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Tue Apr 13 22:19:44 2021 +0000 remove misleading comment @slachiewicz javax.mail is used in this plugin to send, not simply to parse email addresses --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6fe6039..cb14fb3 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,6 @@ under the License. </exclusion> </exclusions> </dependency> - <!-- javamail to parse an email address --> <dependency> <groupId>org.apache.geronimo.javamail</groupId> <artifactId>geronimo-javamail_1.4_provider</artifactId>
