From 54b8ffa566579ad08e43e47d9dc8329c40ac4bf1 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 12 Jan 2023 16:50:23 +0100 Subject: [PATCH] GH-111 - Optionally depend on Spring Boot autoconfiguration to keep Javadoc happy. ModulithMetadata refers to SpringBootApplication in its Javadoc, which requires us to have the JAR on the classpath for Javadoc creation as the linting otherwise fails. --- spring-modulith-core/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-modulith-core/pom.xml b/spring-modulith-core/pom.xml index 4abd2bb4..63783e4e 100644 --- a/spring-modulith-core/pom.xml +++ b/spring-modulith-core/pom.xml @@ -41,6 +41,12 @@ spring-core + + org.springframework.boot + spring-boot-autoconfigure + true + + org.springframework.data spring-data-commons