Skip to content

Commit

Permalink
OutOfMemory exception on tomcat / Change logging bridge dependency. (#…
Browse files Browse the repository at this point in the history
…6904)

OOM / Change logging bridge dependency.

---------

Co-authored-by: Juan Luis Rodríguez <juanluisrp@gmail.com>
  • Loading branch information
fxprunayre and juanluisrp committed Mar 21, 2023
1 parent 9cb0813 commit 8d3c8be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Expand Up @@ -60,7 +60,7 @@

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>

Expand Down
9 changes: 3 additions & 6 deletions pom.xml
Expand Up @@ -532,12 +532,9 @@
<version>1.10</version>
</dependency>
<!-- logging -->
<dependency> <!-- usedf for camel -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency> <!-- used for LDAP test dependency in core -->
<dependency>
<!-- usedf for camel -->
<!-- used for LDAP test dependency in core -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Expand Up @@ -63,7 +63,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion workers/pom.xml
Expand Up @@ -94,7 +94,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 8d3c8be

Please sign in to comment.