Skip to content

Commit

Permalink
log4j-slf4j-impl artifactID is moved to log4j-slf4j2-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Kranthi-Guribilli committed Mar 7, 2024
1 parent a6db702 commit 086e7ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,19 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${apache-log4j2.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${apache-log4j2.version}</version>
</dependency>
<!-- slf4j to log4j2 bridge adapter, needed for 'io.netty' logs -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${apache-log4j2.version}</version>
</dependency>
<!--LMAX Disruptor for enabling Asynchronous log4j2 Logging -->
<dependency>
Expand Down

0 comments on commit 086e7ca

Please sign in to comment.