Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 12183 - Remove unnecessary test dependencies from build #12390

Merged
merged 1 commit into from Mar 9, 2022

Commits on Feb 20, 2022

  1. Remove unnecessary test dependencies from build

    Based on a Gradle dependency listing obtained from
    a 5.1.2 REST application.
    
    Aimed to remove just the test-related dependencies.
    
    * Removed unused `groovy-ant` from `grails-plugin-i18n`.
    * Removed unused `junit` from `grails-plugin-url-mappings`.
    * Upgraded `cache` plugin to solve `gpars`-related issues.
    * Moved `spring-test` to the test source set.
    
    Notes:
    * Dependency constraint (marked as `(c)`) should be fine.
    * BOM dependencies should also be fine.
    * `GrailsWebMockUtil` was moved to the `grails-test` project - is it
      correct?
    yuri1969 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    7fa27d7 View commit details
    Browse the repository at this point in the history