-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

this is my first attempt at Gradle so I probably made some stupid error, but I 
cannot get Gradle to resolve transitive dependencies from the Maven repository. 
Only the primary dependency is downloaded. Here is the build script:

usePlugin('java')
sourceCompatibility = 1.5
targetCompatibility = 1.5

group='org.example'
version = 0.1

dependencies { 
    addMavenRepo() 
    compile 'org.springframework:spring-context:2.5.5'
}


I believe this should pull with it a bunch of other Spring modules, but that 
doesn't seem to happen. I have to include them manually.

Cheers,

Marcus
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkj8UnEACgkQXjXn6TzcAQldxgCfcUmVcqR66lFtJPw0VLBpVAAg
kooAn3hwbkk40xTNJHhcvUZTgZt8z591
=hGOR
-----END PGP SIGNATURE-----



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

    http://xircles.codehaus.org/manage_email


Reply via email to