soi-toolkit / soi-toolkit-mule

SOI Toolkit and Mule ESB
Apache License 2.0
6 stars 1 forks source link

Remove/change dependency to org.safehaus.jug:jug.osgi:2.0.0 in all mule-dependency pom's #396

Closed hdahl closed 8 years ago

hdahl commented 9 years ago

Related to/remains from #387: soi-toolkit no longer builds with an empty local maven repository due to a dependency in mule-dependecy pom's (all pom's prior to 3.6.1 has this dependency):

    <dependency>
        <groupId>org.safehaus.jug</groupId>
        <artifactId>jug.osgi</artifactId>
        <version>2.0.0</version>
    </dependency>

and an exclusion for mule-core on:

<exclusion>
    <groupId>org.safehaus.jug</groupId>
    <artifactId>jug</artifactId>
</exclusion>

Build fails with: [INFO] ------------------------------------------------------------------------ [INFO] Building soitoolkit-mule-3.3.1-dependencies 2.0.0-M6-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://download.java.net/maven/2/org/safehaus/jug/jug.osgi/2.0.0/jug.osgi-2.0.0.pom Downloading: https://repository.mulesoft.org/nexus/content/repositories/public/org/safehaus/jug/jug.osgi/2.0.0/jug.osgi-2.0.0.pom Downloading: https://repository.mulesoft.org/releases/org/safehaus/jug/jug.osgi/2.0.0/jug.osgi-2.0.0.pom Downloading: https://repo.maven.apache.org/maven2/org/safehaus/jug/jug.osgi/2.0.0/jug.osgi-2.0.0.pom [WARNING] The POM for org.safehaus.jug:jug.osgi:jar:2.0.0 is missing, no dependency information available Downloading: http://download.java.net/maven/2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.pom Downloading: https://repository.mulesoft.org/nexus/content/repositories/public/org/safehaus/jug/jug/2.0.0/jug-2.0.0.pom Downloaded: https://repository.mulesoft.org/nexus/content/repositories/public/org/safehaus/jug/jug/2.0.0/jug-2.0.0.pom (707 B at 1.1 KB/sec) Downloading: http://download.java.net/maven/2/org/safehaus/jug/jug.osgi/2.0.0/jug.osgi-2.0.0.jar Downloading: http://download.java.net/maven/2/org/safehaus/jug/jug/2.0.0/jug-2.0.0-asl.jar Downloading: https://repository.mulesoft.org/nexus/content/repositories/public/org/safehaus/jug/jug.osgi/2.0.0/jug.osgi-2.0.0.jar Downloading: https://repository.mulesoft.org/nexus/content/repositories/public/org/safehaus/jug/jug/2.0.0/jug-2.0.0-asl.jar Downloaded: https://repository.mulesoft.org/nexus/content/repositories/public/org/safehaus/jug/jug/2.0.0/jug-2.0.0-asl.jar (32 KB at 38.6 KB/sec) Downloading: https://repository.mulesoft.org/releases/org/safehaus/jug/jug.osgi/2.0.0/jug.osgi-2.0.0.jar Downloading: https://repo.maven.apache.org/maven2/org/safehaus/jug/jug.osgi/2.0.0/jug.osgi-2.0.0.jar

...

[ERROR] Failed to execute goal on project soitoolkit-mule-3.3.1-dependencies: Could not resolve dependencies for project org.soitoolkit.commons.poms.mule-dependencies:soitoolkit-mule-3.3.1-dependencies:pom:2.0.0-M6-SNAPSHOT: Could not find artifact org.safehaus.jug:jug.osgi:jar:2.0.0 in maven2-repository.dev.java.net (http://download.java.net/maven/2/) -> [Help 1]

hdahl commented 8 years ago

Doesn't seem to be a problem, 2.0.0-M6-SNAPSHOT builds with empty local maven repo and all tests run (including all generator tests). Closing this.