From fb8f12fd98eab7c51f37f4e10d948dfdf38a255c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 1 Jun 2023 22:02:36 +0200 Subject: [PATCH] GH-209 - Polishing. A few more comments. Test dependency instead of the core one to include the subsequently shown API. --- readme.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.adoc b/readme.adoc index 422c17f8..0c005a4a 100644 --- a/readme.adoc +++ b/readme.adoc @@ -11,12 +11,15 @@ It supports the link:{docs}#verification[verification] of such modular arrangeme + [source, xml] ---- + spring-snapshots https://repo.spring.io/snapshot + + @@ -28,11 +31,17 @@ It supports the link:{docs}#verification[verification] of such modular arrangeme + + + + org.springframework.modulith - spring-modulith-starter-core + spring-modulith-starter-test + test + ---- . Create a Java package arrangement that puts business modules as link:{docs}#fundamentals[direct sub-packages of the application's main package].