allow + sign in email address (fixes #82)

This commit is contained in:
Athou
2013-05-15 23:37:14 +02:00
parent 65d753fdeb
commit e2032c0ca8
2 changed files with 13 additions and 2 deletions

View File

@@ -299,6 +299,11 @@
<artifactId>wicket-core</artifactId>
<version>6.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
<version>6.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-auth-roles</artifactId>