Skip to content

Commit cb88bec

Browse files
authored
Excluded log4j-to-slf4j dependency (#518)
* Excluded log4j-to-slf4j dependency * Update pom.xml
1 parent 8962e41 commit cb88bec

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.ericsson</groupId>
88
<artifactId>eiffel-intelligence</artifactId>
9-
<version>3.2.4</version>
9+
<version>3.2.5</version>
1010
<packaging>war</packaging>
1111

1212
<parent>
@@ -77,11 +77,16 @@
7777
<artifactId>eiffel-commons</artifactId>
7878
<version>0.0.15</version>
7979
</dependency>
80-
8180
<dependency>
8281
<groupId>org.springframework.boot</groupId>
8382
<artifactId>spring-boot-starter</artifactId>
8483
<version>${springBootVersion}</version>
84+
<exclusions>
85+
<exclusion>
86+
<groupId>org.apache.logging.log4j</groupId>
87+
<artifactId>log4j-to-slf4j</artifactId>
88+
</exclusion>
89+
</exclusions>
8590
</dependency>
8691

8792
<dependency>

0 commit comments

Comments
 (0)