Skip to content

Commit

Permalink
Use logj42 BOM for dependency management and upgrade to 2.11.2 #981
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 12, 2019
1 parent 171e2b9 commit dc93ebf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<reactor-version>3.2.6.RELEASE</reactor-version>
<brave-version>5.2.0</brave-version>
<junit-version>5.4.0</junit-version>
<log4j2-version>2.11.2</log4j2-version>
<skipITs>true</skipITs>
</properties>

Expand Down Expand Up @@ -109,6 +110,14 @@
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j2-bom</artifactId>
<version>${log4j2-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -364,14 +373,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.11.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit dc93ebf

Please sign in to comment.