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 + + + + +