tomaslin / grails-cdn-resources

Plugin that plays together with grails resources plugin but loads resources from a CDN like Amazon CloudFront
Other
8 stars 5 forks source link

Unnecessary dependency: jets3t #3

Closed clstokes closed 12 years ago

clstokes commented 12 years ago

It seems the jets3t dependency is unnecessary and can cause conflicts (as it has for me).

For cdn-resources users, until this is resolved, you can exclude the jets3t dependency in your BuildConfig.groovy with this:

  plugins {
    runtime(':cdn-resources:0.2') {
      excludes 'jets3t'
    }
  }
tomaslin commented 12 years ago

Removed this dependency. Released version 0.2.1 of plugin