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

Support dependencySet of Spring Dependency management plugin #12

Conversation

usr42
Copy link
Contributor

@usr42 usr42 commented Nov 14, 2018

With this change also dependencySet notations of the Spring Dependency management plugin is supported.

Example:

dependencyManagement {
    dependencies {
        dependencySet(group: 'org.hibernate', version: hibernateValidatorVersion) {
            entry 'hibernate-validator'
            entry 'hibernate-core'
        }
    }
}

Copy link
Owner

@patrikerdes patrikerdes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for your contribution 👍

@patrikerdes patrikerdes merged commit 284ca68 into patrikerdes:master Nov 17, 2018
@usr42 usr42 deleted the support-spring-dependency-plugin-dependency-sets branch November 18, 2018 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants