• Mark Ingram's avatar
    Exact match for groupId excludes · dd83b58b
    Mark Ingram authored
    Previous to this commit, any groupId starting with one of the
    configured exclude would be excluded as well. This potentially
    leads to unintentional dependency filtering: for example the
    GroupIdFilter with an exclusion of "org.springframework"
    also removes "org.springframework.boot" dependencies.
    
    Add MatchingGroupIdFilter that uses an exact match instead.
    
    See #649
    dd83b58b
Name
Last commit
Last update
..
spring-boot-dependency-tools Loading commit data...
spring-boot-gradle-plugin Loading commit data...
spring-boot-loader Loading commit data...
spring-boot-loader-tools Loading commit data...
spring-boot-maven-plugin Loading commit data...
pom.xml Loading commit data...