event-log-kafka
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ubirch</groupId> <artifactId>event-log-kafka</artifactId> <version>1.2.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- basic info --> <groupId>com.ubirch</groupId> <artifactId>event-log-kafka</artifactId> <version>1.2.2</version> <name>${project.artifactId}</name> <description>Event Logger Kafka for the Ubirch Platform</description> <url>https://ubirch.com</url> <inceptionYear>2019</inceptionYear> <organization> <name>ubirch GmbH</name> <url>https://ubirch.com/</url> </organization> <developers> <developer> <name>Carlos Sánchez</name> <email>carlos.sanchez@ubirch.com</email> <organization>ubirch GmbH</organization> <organizationUrl>https://ubirch.com/</organizationUrl> </developer> <developer> <name>Michael Merz</name> <email>michael.merz@ubirch.com</email> <organization>ubirch GmbH</organization> <organizationUrl>https://ubirch.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/ubirch/ubirch-event-log.git</connection> <developerConnection>scm:git:git@github.com:ubirch/ubirch-event-log.git</developerConnection> <url>https://github.com/ubirch/ubirch-event-log</url> <tag>event-log-kafka-1.2.2</tag> </scm> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <scala.version>2.12.6</scala.version> <scala.compat.version>2.12</scala.compat.version> <scalatest.version>3.0.5</scalatest.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <encoding>UTF-8</encoding> <!-- versions --> <event-log-util.version>1.2.1</event-log-util.version> <io.monix.version>2.3.2</io.monix.version> <kafka-clients.version>2.0.0</kafka-clients.version> <json4s-native.version>3.6.0</json4s-native.version> <json4s-jackson.version>3.6.1</json4s-jackson.version> <json4s-ext>3.6.0</json4s-ext> <scalatest-embedded-kafka>2.0.0</scalatest-embedded-kafka> <embedded-cassandra-test>1.2.9</embedded-cassandra-test> <scala.logging.version>3.9.0</scala.logging.version> <slf4j.api.version>1.7.15</slf4j.api.version> <logback-classic.version>1.2.3</logback-classic.version> <log4j-over-slf4j.version>1.7.25</log4j-over-slf4j.version> <jcl-over-slf4j.version>1.7.25</jcl-over-slf4j.version> <logstash-logback-encoder.version>5.3</logstash-logback-encoder.version> <io.prometheus.simpleclient.version>0.6.0</io.prometheus.simpleclient.version> <io.prometheus.simpleclient_hotspot.version>0.6.0</io.prometheus.simpleclient_hotspot.version> <io.prometheus.simpleclient_httpserver.version>0.6.0</io.prometheus.simpleclient_httpserver.version> <io.prometheus.simpleclient_logback.version>0.6.0</io.prometheus.simpleclient_logback.version> <io.prometheus.simpleclient_graphite_bridge.version>0.6.0</io.prometheus.simpleclient_graphite_bridge.version> <!-- plugins --> <scalariform.version>0.2.2</scalariform.version> <scala-maven-plugin.version>3.3.2</scala-maven-plugin.version> <maven-surefire-plugin.version>2.7</maven-surefire-plugin.version> <scalatest-maven-plugin.version>1.0</scalatest-maven-plugin.version> <!-- plugins --> <!-- versions --> </properties> <dependencies> <!-- Core --> <dependency> <groupId>com.ubirch</groupId> <artifactId>event-log-util</artifactId> <version>${event-log-util.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/io.monix/monix --> <dependency> <groupId>io.monix</groupId> <artifactId>monix_${scala.compat.version}</artifactId> <version>${io.monix.version}</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>${kafka-clients.version}</version> </dependency> <!-- Util --> <dependency> <groupId>org.json4s</groupId> <artifactId>json4s-native_${scala.compat.version}</artifactId> <version>${json4s-native.version}</version> </dependency> <dependency> <groupId>org.json4s</groupId> <artifactId>json4s-jackson_${scala.compat.version}</artifactId> <version>${json4s-jackson.version}</version> </dependency> <dependency> <groupId>org.json4s</groupId> <artifactId>json4s-ext_${scala.compat.version}</artifactId> <version>${json4s-ext}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/jcl-over-slf4j --> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>${jcl-over-slf4j.version}</version> </dependency> <dependency> <groupId>com.typesafe.scala-logging</groupId> <artifactId>scala-logging_${scala.compat.version}</artifactId> <version>${scala.logging.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/net.logstash.logback/logstash-logback-encoder --> <dependency> <groupId>net.logstash.logback</groupId> <artifactId>logstash-logback-encoder</artifactId> <version>${logstash-logback-encoder.version}</version> </dependency> <!-- Prometheus --> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient</artifactId> <version>${io.prometheus.simpleclient.version}</version> </dependency> <!-- Hotspot JVM metrics--> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_hotspot</artifactId> <version>${io.prometheus.simpleclient_hotspot.version}</version> </dependency> <!-- Exposition HTTPServer--> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_httpserver</artifactId> <version>${io.prometheus.simpleclient_httpserver.version}</version> </dependency> <!-- SimpleClient_Logback --> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_logback</artifactId> <version>${io.prometheus.simpleclient_logback.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/io.prometheus/simpleclient_graphite_bridge --> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_graphite_bridge</artifactId> <version>${io.prometheus.simpleclient_graphite_bridge.version}</version> </dependency> <!-- Prometheus --> <!-- Test --> <dependency> <groupId>net.manub</groupId> <artifactId>scalatest-embedded-kafka_${scala.compat.version}</artifactId> <version>${scalatest-embedded-kafka}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.nosan</groupId> <artifactId>embedded-cassandra-test</artifactId> <version>${embedded-cassandra-test}</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_${scala.compat.version}</artifactId> <version>${scalatest.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <!-- code formatting --> <plugin> <groupId>com.github.tashoyan</groupId> <artifactId>scalariform-maven-plugin</artifactId> <version>${scalariform.version}</version> <executions> <execution> <phase>process-sources</phase> <goals> <goal>format</goal> </goals> <configuration> <firstArgumentOnNewline>Force</firstArgumentOnNewline> <firstParameterOnNewline>Force</firstParameterOnNewline> <allowParamGroupsOnNewlines>true</allowParamGroupsOnNewlines> <danglingCloseParenthesis>Force</danglingCloseParenthesis> <doubleIndentConstructorArguments>true</doubleIndentConstructorArguments> <doubleIndentMethodDeclaration>true</doubleIndentMethodDeclaration> <newlineAtEndOfFile>true</newlineAtEndOfFile> <placeScaladocAsterisksBeneathSecondAsterisk>true </placeScaladocAsterisksBeneathSecondAsterisk> <singleCasePatternOnNewline>false</singleCasePatternOnNewline> <spacesAroundMultiImports>true</spacesAroundMultiImports> <rewriteArrowSymbols>false</rewriteArrowSymbols> </configuration> </execution> </executions> </plugin> <!-- code formatting --> <plugin> <!-- see http://davidb.github.com/scala-maven-plugin --> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <version>${scala-maven-plugin.version}</version> <executions> <execution> <goals> <goal>compile</goal> <goal>testCompile</goal> <goal>add-source</goal> <goal>doc-jar</goal> </goals> <configuration> <args> <arg>-dependencyfile</arg> <arg>${project.build.directory}/.scala_dependencies</arg> </args> </configuration> </execution> </executions> </plugin> <!-- disable surefire --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin.version}</version> <configuration> <skipTests>true</skipTests> </configuration> </plugin> <!-- enable scalatest --> <plugin> <groupId>org.scalatest</groupId> <artifactId>scalatest-maven-plugin</artifactId> <version>${scalatest-maven-plugin.version}</version> <configuration> <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> <junitxml>.</junitxml> <filereports>WDF TestSuite.txt</filereports> </configuration> <executions> <execution> <id>test</id> <goals> <goal>test</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> </plugins> </build> <profiles> <profile> <!-- build source and documentation and gpg signing only for release --> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> <configuration> <keyname>7a672196888951a7cccdc200810233050cd1c9f0</keyname> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>