From 16e31d2a75521e82fd6646676a49624bf6b3cfaf Mon Sep 17 00:00:00 2001 From: bgehrels Date: Mon, 22 May 2017 16:05:19 +0200 Subject: [PATCH] #23 commit forgotten pom.xml --- nakadi-producer-spring-boot-starter/pom.xml | 190 ++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 nakadi-producer-spring-boot-starter/pom.xml diff --git a/nakadi-producer-spring-boot-starter/pom.xml b/nakadi-producer-spring-boot-starter/pom.xml new file mode 100644 index 00000000..75d2efa5 --- /dev/null +++ b/nakadi-producer-spring-boot-starter/pom.xml @@ -0,0 +1,190 @@ + + + 4.0.0 + + + 3.2 + + + + org.springframework.boot + spring-boot-starter-parent + 1.5.3.RELEASE + + + nakadi-producer-spring-boot-starter + org.zalando + 3.1.0-SNAPSHOT + Nakadi Event Producer: Spring Boot Starter + Spring Boot Auto Configuration for Nakadi event producer + + + 1.8 + 1.8 + 1.8 + 0.4.24 + + + + + org.zalando + nakadi-producer + ${project.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.flywaydb + flyway-core + + + org.projectlombok + lombok + provided + + + org.springframework.boot + spring-boot-actuator + true + + + org.zalando + tracer-core + 0.11.2 + true + + + org.zalando.stups + tokens + 0.11.0-beta-2 + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.postgresql + postgresql + 9.4.1211 + test + + + com.opentable.components + otj-pg-embedded + 0.7.1 + test + + + postgresql + postgresql + + + + + commons-logging + commons-logging + 1.2 + test + + + + + + ${project.artifactId} + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + + MIT + https://opensource.org/licenses/MIT + repo + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + \ No newline at end of file