Skip to content

Commit

Permalink
Extract slf4j version to own property
Browse files Browse the repository at this point in the history
  • Loading branch information
sepe81 committed Oct 15, 2019
1 parent 93b6891 commit 8de8e4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<tiles-request.version>1.0.7</tiles-request.version>
<log4j2.version>2.12.1</log4j2.version>
<jackson.version>2.10.0</jackson.version>
<slf4j.version>1.7.28</slf4j.version>

<!-- Site generation -->
<fluido-skin.version>1.8</fluido-skin.version>
Expand Down Expand Up @@ -1068,12 +1069,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.28</version>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.28</version>
<version>${slf4j.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8de8e4e

Please sign in to comment.