You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Dirk Olmes <di...@mulesource.com> on 2007/10/29 12:56:57 UTC

Maven: openejb:openejb-core:jar:1.0 delcares dependency on nonexistent castor:castor:jar:0.9.9.0-pre

Hi,

the Mule build recently failed because of missing dependencies, declared
in openejb-core
(http://repo1.maven.org/maven2/openejb/openejb-core/1.0/pom.xml):

<dependency>
    <groupId>castor</groupId>
    <artifactId>castor</artifactId>
    <version>0.9.9.0-pre</version>
</dependency>

The specified artifact does not exist on repo1.maven.org.

This fails our build and not only ours, e.g. geronimo is struggling with
the same problem.

It would be extremely helpful if you guys could have this dependency
fixed on repo1.apache.org so the rest of the world doesn't have to work
around it.

Thanks,

-dirk