mirror of
https://github.com/valitydev/kafka-common-lib.git
synced 2024-11-06 00:45:19 +00:00
Switch to public maven repo (#18)
* Switch to public maven repo * Bump deps * Fix description Co-authored-by: Alexey Pronin <24279065+vulnbe@users.noreply.github.com>
This commit is contained in:
parent
801629f6f8
commit
2bf2ace93a
@ -1 +1 @@
|
||||
Subproject commit ea4aa042f482551d624fd49a570d28488f479e93
|
||||
Subproject commit 5cb25f049c719a608276a99fc4fbe852187019ca
|
39
pom.xml
39
pom.xml
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.5</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -15,16 +15,40 @@
|
||||
<artifactId>kafka-common-lib</artifactId>
|
||||
<version>0.1.3</version>
|
||||
|
||||
<name>Kafka common lib</name>
|
||||
<description>Kafka serializers/deserializers</description>
|
||||
<url>https://github.com/rbkmoney/kafka-common-lib</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<organization>RBK.money</organization>
|
||||
<organizationUrl>https://rbk.money</organizationUrl>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/rbkmoney/kafka-common-lib.git</connection>
|
||||
<developerConnection>scm:git:ssh://github.com/rbkmoney/kafka-common-lib.git</developerConnection>
|
||||
<url>https://github.com/rbkmoney/kafka-common-lib/tree/master</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>8</java.version>
|
||||
<lombok.version>1.18.4</lombok.version>
|
||||
<kafka.clients.version>2.1.0</kafka.clients.version>
|
||||
<damsel.version>1.278-3abdcb4</damsel.version>
|
||||
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
|
||||
<woody.thrift.version>1.1.15</woody.thrift.version>
|
||||
<damsel.version>1.291-02be09e</damsel.version>
|
||||
<damsel.version>1.431-2f62a8c</damsel.version>
|
||||
<machinegun-proto.version>1.18-d814d69</machinegun-proto.version>
|
||||
<sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
|
||||
<woody.thrift.version>[1.1.21,)</woody.thrift.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -63,17 +87,20 @@
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>machinegun-proto</artifactId>
|
||||
<version>1.12-ebae56f</version>
|
||||
<version>${machinegun-proto.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney.woody</groupId>
|
||||
<artifactId>woody-thrift</artifactId>
|
||||
<version>${woody.thrift.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>damsel</artifactId>
|
||||
<version>${damsel.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- test -->
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user