I'm trying to use Airavata Message Broker in a Maven project. It fails when
trying to fetch dependencies which are located on
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all, e.g.
xbean, xmlbeans, xpp3, xpp4, xsul and yfilter.

It seems that Maven server is not available and the packages in question
are not located on Maven central servers.

Do anyone on this list have any insight into the problem?

I'm using the following dependency in my pom:

<dependencies>
    <dependency>
        <groupId>org.apache.airavata</groupId>
        <artifactId>airavata-message-broker</artifactId>
        <version>0.5</version>
    </dependency>
</dependencies>

I have also put up question regarding the matter on Stack Overflow:

http://stackoverflow.com/questions/13855921/apache-airavata-dependency-in-maven

Regards
Marcus

Reply via email to