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:
Pavel Popov 2020-07-09 17:56:47 +03:00 committed by GitHub
parent 801629f6f8
commit 2bf2ace93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 7 deletions

@ -1 +1 @@
Subproject commit ea4aa042f482551d624fd49a570d28488f479e93
Subproject commit 5cb25f049c719a608276a99fc4fbe852187019ca

39
pom.xml
View File

@ -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>