spring-boot/spring-boot-tools/spring-boot-maven-plugin
Mark Ingram dd83b58b05 Exact match for groupId excludes
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
2014-05-19 15:39:12 +02:00
..
src Exact match for groupId excludes 2014-05-19 15:39:12 +02:00
pom.xml Exclude support in the maven plugin 2014-05-06 15:15:28 +02:00