Skip to content

Commit

Permalink
consolidate log4j version
Browse files Browse the repository at this point in the history
  • Loading branch information
teodord committed Sep 12, 2024
1 parent d736357 commit 75f3b70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/samples/mondrian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.17.1</version>
<version>${log4j.version}</version>
<scope>runtime</scope>
<optional>false</optional>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions demo/samples/pom-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.17.1</version>
<version>${log4j.version}</version>
</dependency>
</dependencies>
<build>
Expand Down
1 change: 1 addition & 0 deletions pom-parent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
<javax.persistence-api.version>2.2</javax.persistence-api.version>
<jaxen.version>2.0.0</jaxen.version>
<log4j.version>2.17.1</log4j.version>
<jfreechart.version>1.5.4</jfreechart.version>
<lucene.version>8.11.2</lucene.version>
<openpdf.version>1.3.32</openpdf.version>
Expand Down

0 comments on commit 75f3b70

Please sign in to comment.