Skip to content

Commit

Permalink
Excludes slf4j from velocity which is not maintained library (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik authored Jul 14, 2024
1 parent 20f378d commit 34b5e1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,13 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
<exclusions>
<!-- velocity is not maintained any more and includes old slf4j -->
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit 34b5e1c

Please sign in to comment.