From a4563647a22a5afa1949c3b7b784f0c60b7cfb7e Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 20 Jul 2023 18:07:24 +0200 Subject: [PATCH] GH-221 - Tweak build to avoid Javadoc tool to complain about module arrangement. The shadowed type of ArchUnit causes the Java 17 Javadoc tool to fail as the type introduces a problem on the module path, which we do not really care about for now. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 256c3a5f..9c7a9c33 100644 --- a/pom.xml +++ b/pom.xml @@ -463,6 +463,8 @@ limitations under the License. accessibility,html,reference,syntax package true + com.tngtech.archunit.core.importer + 8 https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/ https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/