From 711325b61331dec893cc93b196170ba8383df434 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 12 Jan 2023 01:22:37 +0100 Subject: [PATCH] GH-112 - Enable actuators in example project. --- spring-modulith-example/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spring-modulith-example/pom.xml b/spring-modulith-example/pom.xml index 13415489..97d50712 100644 --- a/spring-modulith-example/pom.xml +++ b/spring-modulith-example/pom.xml @@ -52,6 +52,18 @@ org.springframework.experimental spring-modulith-starter-jpa + + + + + org.springframework.boot + spring-boot-starter-actuator + + + + org.springframework.experimental + spring-modulith-actuator +