Skip to content

Commit

Permalink
IGNITE-19613 Add log4j-slf4j-impl dependency into ignite-cdc-ext (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordgarrish authored Jun 5, 2024
1 parent a5f6294 commit 03eb072
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/cdc-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<version>${snappy.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>

<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-log4j2</artifactId>
Expand Down

0 comments on commit 03eb072

Please sign in to comment.