hallo peter,

thanks for the answer.


Peter Niederwieser wrote:
> 
> Have you created an issue for this? 
> 

http://jira.codehaus.org/browse/GRADLE-1314



Peter Niederwieser wrote:
> 
> As a workaround, have you tried to exclude org.clojure:clojure from
> ring:ring-jetty-adapter?
> 

this is, what i have now:


providedCompile 'ring:ring-jetty-adapter:0.3.5@jar' 
providedRuntime 'org.mortbay.jetty:jetty:6.1.14@jar'
providedRuntime 'org.mortbay.jetty:jetty-util:6.1.14@jar'


an alternative would probably be:


providedCompile module(''ring:ring-jetty-adapter:0.3.5') {
     dependency 'org.mortbay.jetty:jetty:6.1.14'
     dependency 'org.mortbay.jetty-util:jetty:6.1.14'
}


gruesse & viel erfolg mit gradle
-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/Exclusion-by-the-provided-Configurations-tp3338016p3345855.html
Sent from the gradle-user mailing list archive at Nabble.com.

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

    http://xircles.codehaus.org/manage_email


Reply via email to