We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8962e41 commit cb88becCopy full SHA for cb88bec
pom.xml
@@ -6,7 +6,7 @@
6
<modelVersion>4.0.0</modelVersion>
7
<groupId>com.github.ericsson</groupId>
8
<artifactId>eiffel-intelligence</artifactId>
9
- <version>3.2.4</version>
+ <version>3.2.5</version>
10
<packaging>war</packaging>
11
12
<parent>
@@ -77,11 +77,16 @@
77
<artifactId>eiffel-commons</artifactId>
78
<version>0.0.15</version>
79
</dependency>
80
-
81
<dependency>
82
<groupId>org.springframework.boot</groupId>
83
<artifactId>spring-boot-starter</artifactId>
84
<version>${springBootVersion}</version>
+ <exclusions>
85
+ <exclusion>
86
+ <groupId>org.apache.logging.log4j</groupId>
87
+ <artifactId>log4j-to-slf4j</artifactId>
88
+ </exclusion>
89
+ </exclusions>
90
91
92
0 commit comments