This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 6c2fc95 remove misleading comment
6c2fc95 is described below
commit 6c2fc95f1603c54dad803c2529967720f4038a2e
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>