Skip to content

Commit

Permalink
Fix: remove conflicting logging providers (#171)
Browse files Browse the repository at this point in the history
* fix: remove redundant logging dependencies from pom.xml

Eliminated unnecessary exclusions and outdated dependencies related to logging frameworks such as Logback and Janino. This streamlines the dependency configuration and removes potentially conflicting or unused components.
  • Loading branch information
mcook42 authored Jan 24, 2025
1 parent 94b8917 commit 6931520
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
10 changes: 0 additions & 10 deletions jpo-ode-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>
-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.13</version>
</dependency>

</dependencies>


Expand Down
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -116,11 +110,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.13</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 6931520

Please sign in to comment.