X-Git-Url: https://juplo.de/gitweb/?p=demos%2Fmicroservices;a=blobdiff_plain;f=validate-user%2Fpom.xml;fp=validate-user%2Fpom.xml;h=85e9b1d655b9c636b6830b822bf275ca726d4b1e;hp=0000000000000000000000000000000000000000;hb=a4954bc66ddc26c5eae70a1f3bc482aa61114ed9;hpb=0a43a689c13eb4404ce662bc7a27160899b2bb23 diff --git a/validate-user/pom.xml b/validate-user/pom.xml new file mode 100644 index 0000000..85e9b1d --- /dev/null +++ b/validate-user/pom.xml @@ -0,0 +1,76 @@ + + + 4.0.0 + + + de.trion.kafka.microservices + order-example-04 + 0-SNAPSHOT + + + de.trion.kafka.microservices + validate-user-04 + User Validation Service - Schritt 04 + 0-SNAPSHOT + + + 1.9.0 + 5.3.0 + 2.3.0 + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.apache.kafka + kafka-streams + + + org.apache.avro + avro + ${avro.version} + + + io.confluent + kafka-streams-avro-serde + ${confluent.version} + + + + + + confluent + https://packages.confluent.io/maven/ + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.avro + avro-maven-plugin + ${avro.version} + + + generate-sources + + schema + + + ${project.basedir}/ + ${project.basedir}/src/main/java/ + + + + + + + +