You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by nelito <ma...@gmail.com> on 2012/07/02 15:40:54 UTC

Maven Dependecy

Hi,

I have been using OpenEJB for the last week using the following Maven
dependency, but since Saturday i stopped being able to get the dependencies
using Maven and the project fails.  

<dependency>
            <groupId>org.apache.openejb</groupId>
            <artifactId>openejb-core</artifactId>
            <version>4.1.0-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>

The error:
Missing artifact org.apache.openejb:openejb-api:jar:4.1.0-20120630.041509-47

Regards,

Manuel

--
View this message in context: http://openejb.979440.n4.nabble.com/Maven-Dependecy-tp4655950.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Maven Dependecy

Posted by Romain Manni-Bucau <rm...@gmail.com>.
seems it is fine this morning:
https://repository.apache.org/content/repositories/snapshots/org/apache/openejb/openejb-core/4.1.0-SNAPSHOT/

can you give it another try please?

- Romain


2012/7/2 nelito <ma...@gmail.com>

> Hi,
>
> I have been using OpenEJB for the last week using the following Maven
> dependency, but since Saturday i stopped being able to get the dependencies
> using Maven and the project fails.
>
> <dependency>
>             <groupId>org.apache.openejb</groupId>
>             <artifactId>openejb-core</artifactId>
>             <version>4.1.0-SNAPSHOT</version>
>             <scope>test</scope>
>         </dependency>
>
> The error:
> Missing artifact
> org.apache.openejb:openejb-api:jar:4.1.0-20120630.041509-47
>
> Regards,
>
> Manuel
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Maven-Dependecy-tp4655950.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>