aboutsummaryrefslogtreecommitdiffstats
path: root/demo/app/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2023-02-01 20:17:00 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2023-02-01 20:17:00 +0200
commit532a4cfb5b1b2bd5c9bd8b654f32e70360708653 (patch)
treebc2cdb1a89932fc2ffeb1e3a0532d261e4f3726c /demo/app/pom.xml
parent2d3cf24fed4c0ca8addbbbc70ebcb1fe4c3f877f (diff)
downloadpf4j-532a4cfb5b1b2bd5c9bd8b654f32e70360708653.tar.gz
pf4j-532a4cfb5b1b2bd5c9bd8b654f32e70360708653.zip
Switch to slf4j-2.x and replace log4j with slf4j-simpleslf4j_2.x
Diffstat (limited to 'demo/app/pom.xml')
-rw-r--r--demo/app/pom.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/demo/app/pom.xml b/demo/app/pom.xml
index 4315d47..a837e78 100644
--- a/demo/app/pom.xml
+++ b/demo/app/pom.xml
@@ -77,19 +77,9 @@
<!-- Logging -->
<dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <version>${log4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <version>${log4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
- <version>${log4j.version}</version>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>${slf4j.version}</version>
</dependency>
<dependency>