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 authored and florianesser committed Dec 16, 2021
1 parent 2a3a34c commit 38ba357
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 @@ -556,17 +556,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 @@ -1100,6 +1100,7 @@
<site.dir>${user.home}/Sites</site.dir>
<deegree-maven-plugin.version>2.0.2</deegree-maven-plugin.version>
<log4j.version>2.16.0</log4j.version>
<slf4j.version>1.7.32</slf4j.version>
</properties>

<modules>
Expand Down

0 comments on commit 38ba357

Please sign in to comment.