Skip to content

Commit

Permalink
Changed jslint4java-ant dependency to be a compile time dependency fr…
Browse files Browse the repository at this point in the history
…om runtime dependency (not needed to run the application)
  • Loading branch information
bendavieshe3 committed May 11, 2012
1 parent a778dc7 commit d449c7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -25,9 +25,7 @@ grails.project.dependency.resolution = {
}

dependencies {
runtime('com.googlecode.jslint4java:jslint4java-ant:2.0.2') {

}
compile 'com.googlecode.jslint4java:jslint4java-ant:2.0.2'
}

plugins{
Expand Down

0 comments on commit d449c7b

Please sign in to comment.