Skip to content

Commit

Permalink
Merge pull request #13 from RomualdRousseau/bugfix/remove-log4j-slf4j…
Browse files Browse the repository at this point in the history
…2-impl

Bugfix/remove log4j slf4j2 impl
  • Loading branch information
RomualdRousseau authored Aug 28, 2024
2 parents fee49cb + 5749c2d commit f0f125e
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<maven-minimum.version>3.6.3</maven-minimum.version>

<shuju.version>1.29.6</shuju.version>
<shuju.version>1.29.7</shuju.version>
<log4j.version>2.23.1</log4j.version>
<snappy.version>1.1.10.6</snappy.version>
<jackson.version>2.17.2</jackson.version>
Expand Down Expand Up @@ -107,17 +107,6 @@
</scm>

<dependencies>
<!-- Log4j Framework -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<!-- Test Framework -->
<dependency>
<groupId>junit</groupId>
Expand All @@ -136,11 +125,6 @@
<dependencyManagement>
<dependencies>
<!-- Fix vunerabilities -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -262,6 +246,11 @@
<version>2.30.0</version>
</dependency>
<!-- Fix convergences -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand Down Expand Up @@ -382,7 +371,9 @@
<version>3.13.0</version>
<configuration>
<compilerArgs>
<arg>-Xlint:-options</arg>
<arg>-Xlint:unchecked</arg>
<arg>-Xlint:deprecation</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit f0f125e

Please sign in to comment.