Skip to content

Commit

Permalink
deegree#976 - moed slf4j version to properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Dec 15, 2021
1 parent acf9a0f commit 82f6af3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,17 +534,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.32</version>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.32</version>
<version>${slf4j.version}</version>
</dependency>
<!-- 3d -->
<dependency>
Expand Down Expand Up @@ -1088,6 +1088,7 @@
<spring-batch.version>4.3.3</spring-batch.version>
<spring-framework.version>5.3.12</spring-framework.version>
<log4j.version>2.16.0</log4j.version>
<slf4j.version>1.7.32</slf4j.version>
</properties>

<modules>
Expand Down

0 comments on commit 82f6af3

Please sign in to comment.