Skip to content

Commit

Permalink
move <logback-version>
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Oct 14, 2023
1 parent 6671cc8 commit 3f23950
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<logback-version>1.4.11</logback-version>
</properties>

<dependencies>
Expand All @@ -31,7 +30,6 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback-version}</version>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<commons-compress-version>1.21</commons-compress-version>
<smile-version>2.5.3</smile-version>
<xstream-version>1.4.19</xstream-version>
<logback-version>1.4.11</logback-version>

<!-- Plugins versions -->
<exec-maven-version>3.0.0</exec-maven-version>
Expand Down

0 comments on commit 3f23950

Please sign in to comment.