Skip to content

Commit

Permalink
fix: Move back Log4J API dependency to Meeds - MEED-3174 - Meeds-io/m…
Browse files Browse the repository at this point in the history
…eeds#1540 (#313)

Prior to this change, the Log4J API was used only by JCR dependencies. This change will move the Log4J API dependency to gamification since it's requested by apache POI used to export achievements in Excel format.
  • Loading branch information
boubaker authored Jan 15, 2024
1 parent da86668 commit f537244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions exo.jcr.component.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
Expand Down
1 change: 1 addition & 0 deletions jcr-packaging/src/main/assemblies/jcr-addon-package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<exclude>commons-logging:*</exclude>
<!-- log4j is forbidden and must be replaced by org.slf4j:log4j-over-slf4j -->
<exclude>log4j:*</exclude>
<exclude>org.apache.logging.log4j:*</exclude>
<!-- We use jcl-over-slf4j, thus this one is forbidden to avoid infinite loops -->
<exclude>org.slf4j:slf4j-jcl:*</exclude>
<!-- We use log4j-over-slf4j, thus this one is forbidden to avoid infinite loops -->
Expand Down

0 comments on commit f537244

Please sign in to comment.