X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=5e46bac99e94ea37e8680eec7cd59e456c8c4287;hb=d2c54555ba8125f62e7ab8a3c51ee31b91e24c9a;hp=e55601f9f2396e611b7d6c4d52b1b87198bc91c4;hpb=f9711f81677916996ac9c118ca18ad97c29d7c83;p=demos%2Fkafka%2Foutbox diff --git a/pom.xml b/pom.xml index e55601f..5e46bac 100644 --- a/pom.xml +++ b/pom.xml @@ -1,86 +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.juplo.boot.data + jdbc + 0.0.1-SNAPSHOT + data-jdbc + Eine Simple Web-Anwendung auf Basis von spring-boot-data-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 - - - com.h2database - h2 - runtime - - - org.springframework.boot - spring-boot-starter-json - + + + 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.projectlombok - lombok - - - org.apache.kafka - kafka-clients - + + 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 + + + + + +