Fixed Slf4J binding
Change-Id: I7ac0384ce60de3c82362651f3d6f81f4ee310368
diff --git a/core/pom.xml b/core/pom.xml
index ad0ceed..5f20cdb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -193,7 +193,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
diff --git a/full/Changes b/full/Changes
index f00ffc2..e2a39a1 100644
--- a/full/Changes
+++ b/full/Changes
@@ -21,6 +21,7 @@
and changed the service path URL of UserGroupAdminController.
2023-02-20
- Deprecate API token (JWT) web-service
+- Fixed Slf4J binding