You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Massol (JIRA)" <ji...@codehaus.org> on 2005/06/11 11:46:42 UTC

[jira] Commented: (MEV-7) Broken/missing dependencies for xom

     [ http://jira.codehaus.org/browse/MEV-7?page=comments#action_41055 ]
     
Vincent Massol commented on MEV-7:
----------------------------------

Yep, I alo have this issue.

servletapi 2.4 version should be changed to 2.4-20040521 and the other deps need to be published.

> Broken/missing dependencies for xom
> -----------------------------------
>
>          Key: MEV-7
>          URL: http://jira.codehaus.org/browse/MEV-7
>      Project: Maven Evangelism
>         Type: Task
>   Components: Invalid POM
>     Reporter: Mark Hobson

>
>
> The servlet dependency:
>     <dependency>
>       <groupId>servletapi</groupId>
>       <artifactId>servlet</artifactId>
>       <version>2.4</version>
>     </dependency>
> should be:
>     <dependency>
>       <groupId>servletapi</groupId>
>       <artifactId>servletapi</artifactId>
>       <version>2.4</version>
>     </dependency>
> Also, the following dependencies are not found in the maven2 repos:
>     <dependency>
>       <groupId>icu4j</groupId>
>       <artifactId>icu4j</artifactId>
>       <version>2.6.1</version>
>     </dependency>
>     <dependency>
>       <groupId>tagsoup</groupId>
>       <artifactId>tagsoup</artifactId>
>       <version>0.9.7</version>
>     </dependency>
>     <dependency>
>       <groupId>servletapi</groupId>
>       <artifactId>servletapi</artifactId>
>       <version>2.4</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