You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tools
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
11 years ago
..
spring-boot-dependency-tools Allow meta-data driven version overrides in Gradle 11 years ago
spring-boot-gradle-plugin Require single main class 11 years ago
spring-boot-loader Merge branch '1.0.x' 11 years ago
spring-boot-loader-tools Require single main class 11 years ago
spring-boot-maven-plugin Exact match for groupId excludes 11 years ago
pom.xml Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago