Skip to content

Commit

Permalink
Removing runtime dependency for the grails-plugin-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zanthrash committed Jan 19, 2016
1 parent ec0a8dc commit 660c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -83,7 +83,7 @@ grails.project.dependency.resolution = {
test "org.grails:grails-datastore-test-support:1.0.2-grails-2.4"

// Grails Plugin Testing jar is need when running locally in offline mode to mock out the services.
runtime "org.grails:grails-plugin-testing:2.5.2"
// runtime "org.grails:grails-plugin-testing:2.5.2"

compile(
// Ease of use library for Amazon Simple Workflow Service (SWF), e.g., WorkflowClientFactory
Expand Down

0 comments on commit 660c395

Please sign in to comment.