Skip to content

Commit

Permalink
Merge pull request #856 from orbisgis/geoclimate_cli_logger
Browse files Browse the repository at this point in the history
Change logger on CLI
  • Loading branch information
ebocher authored Oct 14, 2023
2 parents c0f29db + f10c0dd commit d8fc72a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion 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 Down
8 changes: 4 additions & 4 deletions geoclimate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback-version}</version>
</dependency>

<!-- Test 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 d8fc72a

Please sign in to comment.