From f6763f268a3f4e219407e12b481e84092082fd54 Mon Sep 17 00:00:00 2001 From: tschuehly Date: Tue, 1 Oct 2024 17:57:39 +0200 Subject: [PATCH] Add spring-boot-starter dependency to pom.xml This commit introduces the spring-boot-starter dependency to both `jte-spring-boot-starter-2/pom.xml` and `jte-spring-boot-starter-3/pom.xml`. This inclusion ensures that the necessary Spring Boot components are available for these projects, facilitating easier configuration and setup. --- jte-spring-boot-starter-2/pom.xml | 4 ++++ jte-spring-boot-starter-3/pom.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/jte-spring-boot-starter-2/pom.xml b/jte-spring-boot-starter-2/pom.xml index 3875c70d..8ebb7e52 100644 --- a/jte-spring-boot-starter-2/pom.xml +++ b/jte-spring-boot-starter-2/pom.xml @@ -36,6 +36,10 @@ org.springframework.boot spring-boot-autoconfigure + + org.springframework.boot + spring-boot-starter + org.springframework spring-webmvc diff --git a/jte-spring-boot-starter-3/pom.xml b/jte-spring-boot-starter-3/pom.xml index 5bb85d5f..54f53940 100644 --- a/jte-spring-boot-starter-3/pom.xml +++ b/jte-spring-boot-starter-3/pom.xml @@ -36,6 +36,10 @@ org.springframework.boot spring-boot-autoconfigure + + org.springframework.boot + spring-boot-starter + org.springframework spring-webmvc