You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Oliver Siegmar (JIRA)" <ji...@codehaus.org> on 2005/10/31 19:39:45 UTC

[jira] Created: (MEV-161) acegisecurity lacks dependency for oro and commons-codec

acegisecurity lacks dependency for oro and commons-codec
--------------------------------------------------------

         Key: MEV-161
         URL: http://jira.codehaus.org/browse/MEV-161
     Project: Maven Evangelism
        Type: Bug
  Components: Dependencies  
 Reporter: Oliver Siegmar


acegisecurity should have at least these dependencies:

<dependency>
    <groupId>oro</groupId>
    <artifactId>oro</artifactId>
    <version>2.0.8</version>
</dependency>
<dependency>
    <groupId>commons-codec</groupId>
    <artifactId>commons-codec</artifactId>
    <version>1.3</version>
</dependency>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-161) acegisecurity lacks dependency for oro and commons-codec

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-161?page=all ]
     
Carlos Sanchez closed MEV-161:
------------------------------

    Resolution: Incomplete

As no poms are provided I suggest using the org.acegisecurity:acegisecurity:1.0.0-RC1, whose poms are correct and will be available in the next hours

> acegisecurity lacks dependency for oro and commons-codec
> --------------------------------------------------------
>
>          Key: MEV-161
>          URL: http://jira.codehaus.org/browse/MEV-161
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Dependencies
>     Reporter: Oliver Siegmar
>     Assignee: Carlos Sanchez

>
>
> acegisecurity should have at least these dependencies:
> <dependency>
>     <groupId>oro</groupId>
>     <artifactId>oro</artifactId>
>     <version>2.0.8</version>
> </dependency>
> <dependency>
>     <groupId>commons-codec</groupId>
>     <artifactId>commons-codec</artifactId>
>     <version>1.3</version>
> </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org