Skip to content

Commit

Permalink
:fix: cleanup loggers dependencies (leave logback as implemention plu…
Browse files Browse the repository at this point in the history
…s the bridges)

Signed-off-by: riccardomodanese <riccardo.modanese@eurotech.com>
  • Loading branch information
riccardomodanese committed Nov 18, 2024
1 parent ef2c6d6 commit 84eced9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 5 additions & 5 deletions assembly/broker-artemis/descriptors/kapua-broker-artemis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
<directory>${project.build.directory}/dependencies/artemis/apache-artemis-${artemis.version}</directory>
<fileMode>0644</fileMode>
<excludes>
<exclude>lib/log4j-api-*</exclude>
<exclude>lib/log4j-core-*</exclude>
<exclude>lib/log4j-slf4j2-impl-*</exclude>
<exclude>lib/log4j-over-slf4j-*.jar</exclude>
<exclude>lib/log4j-core-*.jar</exclude>
<exclude>lib/log4j-slf4j-impl-*.jar</exclude>
<exclude>lib/log4j-slf4j2-impl-*.jar</exclude>
<!--
<exclude>activemq-all-*</exclude>
<exclude>webapps-demo/</exclude>
Expand Down Expand Up @@ -70,8 +71,7 @@
<includes>
<include>ch.qos.logback:logback-core</include>
<include>ch.qos.logback:logback-classic</include>
<include>org.slf4j:log4j-over-slf4j</include>
<include>org.slf4j:slf4j-api</include>
<include>org.apache.logging.log4j:log4j-to-slf4j</include>
<include>commons-io:commons-io</include>
<include>commons-configuration:commons-configuration</include>
<include>commons-lang:commons-lang</include>
Expand Down
4 changes: 0 additions & 4 deletions assembly/broker-artemis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
Expand Down

0 comments on commit 84eced9

Please sign in to comment.