aboutsummaryrefslogtreecommitdiffstats
path: root/demo/app/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2023-03-05 14:52:59 +0200
committerGitHub <noreply@github.com>2023-03-05 14:52:59 +0200
commit2eb8d7809bc1ce8eb3ec175e02d71cd9e05206a5 (patch)
tree2231276f2019b8e3806ac0ac0e3312d480693241 /demo/app/pom.xml
parent6170d1973cc724f5c3a09bdb2543f82215a9a9d7 (diff)
downloadpf4j-2eb8d7809bc1ce8eb3ec175e02d71cd9e05206a5.tar.gz
pf4j-2eb8d7809bc1ce8eb3ec175e02d71cd9e05206a5.zip
Switch to slf4j-2.x and replace log4j with slf4j-simple (#514)
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>