Skip to content

Commit

Permalink
Remove recursive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Nov 12, 2024
1 parent 92dff58 commit 5752832
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -760,24 +760,12 @@
<!-- Log4j component dependencies.
No, we cannot use `${project.version}`, because it is not released yet. -->

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${site-log4j-core.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jakarta-web</artifactId>
<version>${site-log4j-jakarta.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-template-json</artifactId>
<version>${site-log4j-layout-template-json.version}</version>
</dependency>

<!-- Other dependencies -->

<dependency>
Expand Down

0 comments on commit 5752832

Please sign in to comment.