added email valication helper

This commit is contained in:
jomu
2017-03-05 19:48:03 +00:00
parent 7b74a0d5cf
commit d2f946069f
5 changed files with 164 additions and 0 deletions

View File

@ -30,6 +30,13 @@
<artifactId>hibernate-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>6.0</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>