Skip to content

Commit

Permalink
#195 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 19, 2023
1 parent f01b19d commit 6dc8ef1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ SOFTWARE.
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka-clients.version>3.4.0</kafka-clients.version>
<kafka-streams.version>3.4.0</kafka-streams.version>
<cactoos.version>0.55.0</cactoos.version>
<lombok.version>1.18.26</lombok.version>
<junit-api.version>5.9.3</junit-api.version>
Expand All @@ -113,6 +114,11 @@ SOFTWARE.
<artifactId>kafka-clients</artifactId>
<version>${kafka-clients.version}</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-streams</artifactId>
<version>${kafka-streams.version}</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
Expand Down

0 comments on commit 6dc8ef1

Please sign in to comment.