From 85886c0cbb1221a039ffe94007dd5b60b2e847a7 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Mon, 29 Nov 2021 11:46:34 +0100 Subject: [PATCH] Add and configure duplicate finder. Remove duplicate classes. (#633) --- pom.xml | 9 +++++++++ spring-cloud-openfeign-core/pom.xml | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 38899ff8..fc26414e 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,15 @@ io.spring.javaformat spring-javaformat-maven-plugin + + org.basepom.maven + duplicate-finder-maven-plugin + + + mozilla/public-suffix-list.txt + + + diff --git a/spring-cloud-openfeign-core/pom.xml b/spring-cloud-openfeign-core/pom.xml index 1f87df49..c30606f3 100644 --- a/spring-cloud-openfeign-core/pom.xml +++ b/spring-cloud-openfeign-core/pom.xml @@ -70,6 +70,12 @@ org.springframework.retry spring-retry true + + + javax.annotation + javax.annotation-api + + org.springframework.boot @@ -133,6 +139,16 @@ org.springframework.security.oauth.boot spring-security-oauth2-autoconfigure true + + + javax.xml.bind + jaxb-api + + + javax.activation + javax.activation-api + + org.springframework.boot