You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2005/06/23 04:22:52 UTC

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

     [ http://jira.codehaus.org/browse/MEV-7?page=all ]
     
Carlos Sanchez closed MEV-7:
----------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Servlet api is fixed. If there're missing jars, please create upload bundles

> 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
>     Assignee: Carlos Sanchez

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