X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fkafka11aaf.git;a=blobdiff_plain;f=sampleClient%2Fpom.xml;fp=sampleClient%2Fpom.xml;h=d51df67bba40ba77d0c7fe2ece4c5b8c1b78a5e1;hp=0000000000000000000000000000000000000000;hb=38f5b4b9dc667c52561867d4e36f940109f3e3a5;hpb=a6b96912d1fa3ee369577c50079b6f1d25907607 diff --git a/sampleClient/pom.xml b/sampleClient/pom.xml new file mode 100644 index 0000000..d51df67 --- /dev/null +++ b/sampleClient/pom.xml @@ -0,0 +1,70 @@ + + + 4.0.0 + + + org.onap.dmaap.kafka + parent + ${revision} + ../pom.xml + + onap-kafka-client-sample + Sample project for client users + + + 11 + 11 + + + + + org.onap.dmaap.kafka + onap-kafka-client + 0.0.1-SNAPSHOT + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-core + + + compile + + + ch.qos.logback + logback-classic + + + org.projectlombok + lombok + compile + + + org.springframework.boot + spring-boot + 2.7.7 + compile + + + org.springframework.boot + spring-boot-starter + 2.7.7 + compile + + + org.springframework.boot + spring-boot-autoconfigure + 2.7.7 + compile + + + + + + + \ No newline at end of file