Merge branch 'master' into JAVA-1782-main

This commit is contained in:
Krzysiek
2020-06-08 00:11:03 +02:00
7 changed files with 233 additions and 2 deletions
+7
View File
@@ -157,6 +157,13 @@
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
</dependencies>