grails / grails-maven

67 stars 52 forks source link

Make the maven dependencies provided #45

Closed ANithian closed 10 years ago

ANithian commented 10 years ago

Make the maven dependencies provided to avoid conflicts in the user jars vs build jars when launching the grails application. In my case this was caused by an older Guava superceding the newer Guava that my code uses.