This is an automated email from the ASF dual-hosted git repository.
timoninmaxim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 03eb0724 IGNITE-19613 Add log4j-slf4j-impl dependency into
ignite-cdc-ext (#268)
03eb0724 is described below
commit 03eb0724d600322e7ee821d650f8694ab7ee7d90
Author: Andrey N <[email protected]>
AuthorDate: Wed Jun 5 14:43:22 2024 +0300
IGNITE-19613 Add log4j-slf4j-impl dependency into ignite-cdc-ext (#268)
---
modules/cdc-ext/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/modules/cdc-ext/pom.xml b/modules/cdc-ext/pom.xml
index 614a303a..c8052fe2 100644
--- a/modules/cdc-ext/pom.xml
+++ b/modules/cdc-ext/pom.xml
@@ -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>