Hi all,

I use Gradle 0.9p1 and I reference a project which depends on JGroups
and it has in its pom the following entry:

    [...]
    <repositories>
        <repository>
            <id>jboss</id>
            <url>http://repository.jboss.org/maven2</url>
        </repository>
    </repositories>
    [...]

I'd expect that Gradle would use the above mentioned repository even
if I don't have "http://repository.jboss.org/maven2"; in my
build.gradle as repository listed.

But I get an error that JGroups cannot be found.

If I add the above mentioned repository to my build.gradle, everything
works fine, though.

Is there a setting that Gradle tries automatically to resolve
dependencies in repositories which are mentioned in 3rd party poms?

Best regards,
Lars
-- 
Semagia 
<http://www.semagia.com>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to