From bead5cfd2efda66e4822b520581fc9f378879ade Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 28 Nov 2017 12:34:42 +0000 Subject: [PATCH] Ignore duplicate module-info when validating starter dependencies See gh-11178 --- .../spring-boot-starter-groovy-templates/pom.xml | 1 + .../spring-boot-starters/spring-boot-starter-jersey/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml index 67a13f49de5..b64611441d8 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml @@ -42,6 +42,7 @@ javax.annotation.* + module-info diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml index 44fbe6d5a3e..3de198fa496 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml @@ -120,6 +120,7 @@ org.aopalliance.* javax.annotation.* + module-info