You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Mark Hobson (JIRA)" <ji...@codehaus.org> on 2005/05/08 16:05:29 UTC

[jira] Created: (MEV-6) Broken dependencies for stax

Broken dependencies for stax
----------------------------

         Key: MEV-6
         URL: http://jira.codehaus.org/browse/MEV-6
     Project: Maven Evangelism
        Type: Task
    Reporter: Mark Hobson


The following:

    <dependency>
      <groupId>xmlbeans-jsr173-api</groupId>
      <artifactId>xmlbeans-jsr173-api</artifactId>
      <version>2.0-dev</version>
    </dependency>

should be:

    <dependency>
      <groupId>xmlbeans</groupId>
      <artifactId>xmlbeans-jsr173-api</artifactId>
      <version>2.0-dev</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] Commented: (MEV-6) Broken dependencies for stax

Posted by "Corridor Software Developer (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-6?page=comments#action_51143 ] 

Corridor Software Developer commented on MEV-6:
-----------------------------------------------

This dependency doesn't appear to be in the maven 2 repository. The xmlbeans-maven-plugin depends on it because of the stax dependency and this has worked in the past.

Was xmlbeans-jsr173-api.jar removed from the maven repo on purpose?

> Broken dependencies for stax
> ----------------------------
>
>          Key: MEV-6
>          URL: http://jira.codehaus.org/browse/MEV-6
>      Project: Maven Evangelism
>         Type: Task
>     Reporter: Mark Hobson

>
>
> The following:
>     <dependency>
>       <groupId>xmlbeans-jsr173-api</groupId>
>       <artifactId>xmlbeans-jsr173-api</artifactId>
>       <version>2.0-dev</version>
>     </dependency>
> should be:
>     <dependency>
>       <groupId>xmlbeans</groupId>
>       <artifactId>xmlbeans-jsr173-api</artifactId>
>       <version>2.0-dev</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-6) Broken dependencies for stax

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

    Resolution: Fixed

already fixed

> Broken dependencies for stax
> ----------------------------
>
>          Key: MEV-6
>          URL: http://jira.codehaus.org/browse/MEV-6
>      Project: Maven Evangelism
>         Type: Task
>     Reporter: Mark Hobson

>
>
> The following:
>     <dependency>
>       <groupId>xmlbeans-jsr173-api</groupId>
>       <artifactId>xmlbeans-jsr173-api</artifactId>
>       <version>2.0-dev</version>
>     </dependency>
> should be:
>     <dependency>
>       <groupId>xmlbeans</groupId>
>       <artifactId>xmlbeans-jsr173-api</artifactId>
>       <version>2.0-dev</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