Skip to content

Commit

Permalink
Remove log4j override
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Dec 31, 2024
1 parent 1ff8e76 commit 26f0ce3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
16 changes: 0 additions & 16 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,6 @@ under the License.
<groupId>org.apache.storm</groupId>
<artifactId>storm-client</artifactId>
</dependency>
<!-- dependency overrides for vulnerable log4j versions -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>

<dependency>
<groupId>org.apache.tika</groupId>
Expand Down
16 changes: 0 additions & 16 deletions external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,6 @@ under the License.
<groupId>org.apache.storm</groupId>
<artifactId>storm-client</artifactId>
</dependency>
<!-- dependency overrides for vulnerable log4j versions -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ under the License.
<tika.version>3.0.0</tika.version>
<mockito.version>5.14.2</mockito.version>
<jetbrains.annotations.version>26.0.1</jetbrains.annotations.version>
<log4j2.version>2.24.3</log4j2.version>
<commons.io.version>2.17.0</commons.io.version>
<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>
<testcontainers.version>1.20.4</testcontainers.version>
Expand Down

0 comments on commit 26f0ce3

Please sign in to comment.