[ http://jira.codehaus.org/browse/MEV-453?page=all ]

Carlos Sanchez closed MEV-453.
------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

> Invalid JCR dependency
> ----------------------
>
>                 Key: MEV-453
>                 URL: http://jira.codehaus.org/browse/MEV-453
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Dependencies
>            Reporter: Vincent Massol
>         Assigned To: Carlos Sanchez
>
> The following dep:
> {code:xml}
> <dependency>
>   <groupId>jsr170</groupId>
>   <artifactId>jcr</artifactId>
>   <version>1.0</version>
> </dependency>
> {code}
> Should be replaced with:
> {code:xml}
> <dependency>
>   <groupId>javax.jcr</groupId>
>   <artifactId>jcr</artifactId>
>   <version>1.0</version>
> </dependency>
> {code}
> Thanks
> -Vincent

-- 
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

        

Reply via email to