From 289dd8b6ab866e742360d29d9b8c8f8d6ad4940d Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 10 Jul 2023 15:38:05 +0200 Subject: [PATCH] GH-237 - Core starter now references the Spring Boot Starter explicitly. As recommended in the Spring Boot reference documentation [0]. [0] https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.developing-auto-configuration.custom-starter.starter-module --- .../spring-modulith-starter-core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-modulith-starters/spring-modulith-starter-core/pom.xml b/spring-modulith-starters/spring-modulith-starter-core/pom.xml index c0b6bed6..f35b3c7a 100644 --- a/spring-modulith-starters/spring-modulith-starter-core/pom.xml +++ b/spring-modulith-starters/spring-modulith-starter-core/pom.xml @@ -41,6 +41,11 @@ runtime + + org.springframework.boot + spring-boot-starter + +