Thanks for the explanation. Your suggestion worked as far as "gradle compile"
is concerned, but "gradle eclipse" still reports unresloved dependencies...

:::: WARNINGS
                ::::::::::::::::::::::::::::::::::::::::::::::

                ::          UNRESOLVED DEPENDENCIES         ::

                ::::::::::::::::::::::::::::::::::::::::::::::

                :: org.springframework#org.springframework.context;3.0.0.M3: 
configuration
not found in org.springframework#org.springframework.context;3.0.0.M3:
'default'. It was required from unspecified#Residue;unspecified
copyOftestRuntime

                :: org.springframework#org.springframework.web;3.0.0.M3: 
configuration not
found in org.springframework#org.springframework.web;3.0.0.M3: 'default'. It
was required from unspecified#Residue;unspecified copyOftestRuntime


even when the dependencies are specified as follows:

                
        compile group: "org.springframework", name: "org.springframework.web",
version: "3.0.0.M3", configuration: "runtime"   
        compile group: "org.springframework", name:
"org.springframework.web.servlet", version: "3.0.0.M3", configuration:
"runtime"       
        compile group: "org.springframework", name: "org.springframework.core",
version: "3.0.0.M3", configuration: "runtime"

-- 
View this message in context: 
http://www.nabble.com/Problems-with-Ivy-and-Spring-Framework-3.0.0.M3-tp23940455p23942827.html
Sent from the gradle-user mailing list archive at Nabble.com.

Reply via email to