Skip to content

Commit

Permalink
use a property for slf4j version
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Aug 16, 2021
1 parent b34dc80 commit 2d343cd
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 @@ -70,6 +70,7 @@
<sisu.version>0.3.4</sisu.version>
<currentVersion>${project.version}</currentVersion>
<asmVersion>9.2</asmVersion>
<slf4j.version>1.7.31</slf4j.version>
<project.build.outputTimestamp>2021-07-14T11:28:32Z</project.build.outputTimestamp>
</properties>

Expand Down Expand Up @@ -175,7 +176,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.31</version>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down Expand Up @@ -259,7 +260,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.31</version>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2d343cd

Please sign in to comment.