You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2013/05/24 11:38:20 UTC

[jira] [Resolved] (SLING-2833) org.apache.sling.auth.form update dependency version of org.apache.sling.auth.core

     [ https://issues.apache.org/jira/browse/SLING-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SLING-2833.
----------------------------------------

    Resolution: Fixed
      Assignee: Bertrand Delacretaz

Has been fixed in http://svn.apache.org/r1470410 by setting the dependency to 1.1.0 which is good enough considering we want to depend on the oldest possible version of APIs.

Thanks Fabian for reporting this!
                
> 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
>            Assignee: Bertrand Delacretaz
>             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