Skip to content

Commit 289dd8b

Browse files
committed
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
1 parent f8da2e8 commit 289dd8b

File tree

1 file changed

+5
-0
lines changed
  • spring-modulith-starters/spring-modulith-starter-core

1 file changed

+5
-0
lines changed

spring-modulith-starters/spring-modulith-starter-core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
<scope>runtime</scope>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>org.springframework.boot</groupId>
46+
<artifactId>spring-boot-starter</artifactId>
47+
</dependency>
48+
4449
</dependencies>
4550

4651
</project>

0 commit comments

Comments
 (0)