From 7fc2e39bd3d684c7ce640f2136184fa10f2a65e0 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 8 Apr 2024 20:20:39 +0200 Subject: [PATCH] GH-547 - Avoid inclusion of starters in Spring Boor repackaged JARs. --- spring-modulith-starters/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/spring-modulith-starters/pom.xml b/spring-modulith-starters/pom.xml index 32741fd9..54695e62 100644 --- a/spring-modulith-starters/pom.xml +++ b/spring-modulith-starters/pom.xml @@ -22,4 +22,21 @@ spring-modulith-starter-test + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + dependencies-starter + + + + + + +