X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=7cd99620e067dbe0489fe625be0968f203a2956b;hb=refs%2Fheads%2Favro-holzweg--users;hp=98cc0dcac6637bc676303d70811057f1939ad4d5;hpb=338279a329a06be7a141a3930d80b2a2805719dc;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 98cc0dc..7cd9962 100644 --- a/pom.xml +++ b/pom.xml @@ -9,14 +9,16 @@ de.juplo.kafka.wordcount - recorder - 1.0.0 - Wordcount-Recorder - Recorder-service of the multi-user wordcount-example + users + 2.0-avro-SNAPSHOT + Wordcount-Users + Users-service of the multi-user wordcount-example + 1.10.2 0.33.0 11 2.8.0 + 6.2.1 @@ -35,6 +37,16 @@ org.hibernate.validator hibernate-validator + + io.confluent + kafka-streams-avro-serde + ${confluent.version} + + + org.apache.avro + avro + ${avro.version} + org.springframework.boot @@ -85,7 +97,36 @@ + + org.apache.avro + avro-maven-plugin + ${avro.version} + + + generate-sources + + schema + + + ${project.basedir}/src/main/resources/avro + ${project.basedir}/target/generated-sources + PRIVATE + String + + *.avsc + + + + + + + + confluent + https://packages.confluent.io/maven/ + + +