remove misleading comment

@slachiewicz javax.mail is used in this plugin to send, not simply to parse email addresses
diff --git a/pom.xml b/pom.xml
index 6fe6039..cb14fb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <!--  javamail to parse an email address -->
     <dependency>
       <groupId>org.apache.geronimo.javamail</groupId>
       <artifactId>geronimo-javamail_1.4_provider</artifactId>