From: Kai Moritz Date: Sun, 12 Jul 2020 12:38:04 +0000 (+0200) Subject: WIP X-Git-Tag: wip-initial~8 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=900c3e78da3cc0bbf103c67f00243af1890826a9;p=demos%2Fkafka%2Foutbox WIP --- diff --git a/pom.xml b/pom.xml index 322ea86..f0870fe 100644 --- a/pom.xml +++ b/pom.xml @@ -1,82 +1,82 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.1.5.RELEASE - - - de.trion.kafka - outbox - 0.0.1-SNAPSHOT - Polling-Outbox-Pattern - Implementierung des Outbox-Patterns auf Basis von JDBC + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.1.5.RELEASE + + + de.trion.kafka + outbox + 0.0.1-SNAPSHOT + Polling-Outbox-Pattern + Implementierung des Outbox-Patterns auf Basis von JDBC - - 1.8 - + + 1.8 + - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-data-jdbc - - - org.springframework.boot - spring-boot-starter-json - - - org.projectlombok - lombok - + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-data-jdbc + + + org.springframework.boot + spring-boot-starter-json + + + org.projectlombok + lombok + - - com.h2database - h2 - runtime - + + com.h2database + h2 + runtime + - - org.springframework.boot - spring-boot-starter-test - test - - + + org.springframework.boot + spring-boot-starter-test + test + + - - - - io.fabric8 - docker-maven-plugin - 0.33.0 - - - - %a:%l - - - - - - build - package - - build - - - - - - + + + + io.fabric8 + docker-maven-plugin + 0.33.0 + + + + %a:%l + + + + + + build + package + + build + + + + + +