Error in BUNDLE Maven dependecy

Issue #8 resolved
Former user created an issue

When trying to use BUNDLE as a library using Maven, I get the following output:

Failure to find it.unife.endif.ml:unife-math:pom:1.0-SNAPSHOT in http://maven.aksw.org/repository/internal was cached in the local repository, resolution will not be reattempted until the update interval of maven.aksw.internal has elapsed or updates are forced

The only dependency present in my pom.xml file is the following:

    <dependencies>
        <dependency>
            <groupId>it.unife.ml</groupId>
            <artifactId>bundle</artifactId>
            <version>3.0.3</version>
        </dependency>
    </dependencies>

Thank you!

Comments (4)

  1. Giuseppe Cota

    For unknown reasons Sonatype deleted our artifact. Could you please try again?
    I take advantage of this message to inform that we are working on BUNDLE 4.0.0 that will be available soon.

  2. Manuel Sousa Ribeiro

    Giuseppe, I tried again and it worked just fine this time.
    Thank you very much! I look forward to trying out BUNDLE 4.0.0!

  3. Log in to comment