Fabian Christ created SLING-2833:
------------------------------------
Summary: org.apache.sling.auth.form update dependency version of
org.apache.sling.auth.core
Key: SLING-2833
URL: https://issues.apache.org/jira/browse/SLING-2833
Project: Sling
Issue Type: Bug
Components: Authentication
Reporter: Fabian Christ
Fix For: Form Based Authentication 1.0.4
The dependency from org.apache.sling.auth.form 1.0.3-SNAPSHOT (trunk) to
org.apache.sling.auth.core uses the old 1.0.7-SNAPSHOT version instead of a
newer released one. Should be updated to 1.1.2.
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.auth.core</artifactId>
<version>1.1.2</version>
<scope>provided</scope>
</dependency>
This works in my local setup without problems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira