Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Test other kafka version
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Evensberget committed Jun 3, 2021
1 parent c0b685e commit 8b0fd65
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<exposed.version>0.17.13</exposed.version>
<ktor.version>1.5.4</ktor.version>
<jackson.version>2.12.3</jackson.version>

<common.version>2.2021.04.07_08.09-7849c92a72d0</common.version>
</properties>

<repositories>
Expand Down Expand Up @@ -123,9 +125,9 @@
<version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.13</artifactId>
<version>2.7.0</version>
<groupId>no.nav.common</groupId>
<artifactId>kafka</artifactId>
<version>${common.version}</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down

0 comments on commit 8b0fd65

Please sign in to comment.