From 1e295039c419d5a384999d568fba7641134ca64a Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 23 Jul 2022 21:53:19 +0200 Subject: [PATCH] GH-3 - Add dedicated starter for JDBC-based event publication registry. --- pom.xml | 1 + spring-modulith-starter-jdbc/pom.xml | 53 ++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 spring-modulith-starter-jdbc/pom.xml diff --git a/pom.xml b/pom.xml index 22b1839d..427584df 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ spring-modulith-docs spring-modulith-observability spring-modulith-moments + spring-modulith-starter-jdbc spring-modulith-starter-jpa spring-modulith-starter-test diff --git a/spring-modulith-starter-jdbc/pom.xml b/spring-modulith-starter-jdbc/pom.xml new file mode 100644 index 00000000..529ddca7 --- /dev/null +++ b/spring-modulith-starter-jdbc/pom.xml @@ -0,0 +1,53 @@ + + + 4.0.0 + + + org.springframework.experimental + spring-modulith + 0.1.0-SNAPSHOT + + + spring-modulith-starter-jdbc + Spring Modulith - Starter JDBC + + + org.springframework.modulith.starter.jdbc + + + + + + org.springframework.experimental + spring-modulith-api + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-moments + 0.1.0-SNAPSHOT + + + + + + org.springframework.experimental + spring-modulith-events-core + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-events-jackson + 0.1.0-SNAPSHOT + runtime + + + org.springframework.experimental + spring-modulith-events-jdbc + 0.1.0-SNAPSHOT + runtime + + + + +