This content has been marked as final.
Show 1 reply
-
1. Re: Seam 3.1.0.Final: Have BaseAuthenticator & PasswordHash disappeared?
jsoye Feb 27, 2012 10:52 AM (in response to jsoye)As per https://community.jboss.org/message/654264
Change
<dependency><groupId>org.jboss.seam.security</groupId><artifactId>seam-security</artifactId><version>3.1.0.Final</version><scope>runtime</scope></dependency>To
<dependency><groupId>org.jboss.seam.security</groupId><artifactId>seam-security</artifactId><version>3.1.0.Final</version><scope>compile</scope></dependency>Suggestion: maybe the dependencies on http://seamframework.org/Seam3/SecurityModule should be updated to reflect this.
Thanks.