From 769cefab7d9cdaede06a48d15ca9a0dd270f4a04 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 8 Apr 2024 20:20:39 +0200 Subject: [PATCH] GH-545 - 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 4d9369d3..b6f85dc0 100644 --- a/spring-modulith-starters/pom.xml +++ b/spring-modulith-starters/pom.xml @@ -23,4 +23,21 @@ spring-modulith-starter-test + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + dependencies-starter + + + + + + +