From 77f9db1664321a8a091d5f7033363adae1479555 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 8 Apr 2024 20:20:39 +0200 Subject: [PATCH] GH-546 - 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 e21b15d8..f93f01f5 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 + + + + + + +