Skip to content

Commit

Permalink
[hotfix] Remove slf4j-api 1.7.36 from example parent because spark ne…
Browse files Browse the repository at this point in the history
…ed slf4j-api 2.x
  • Loading branch information
docete committed May 27, 2024
1 parent e92f384 commit 39f7024
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

<properties>
<log4j.version>2.17.2</log4j.version>
<slf4j.version>1.7.36</slf4j.version>
<geotools.version>28.2</geotools.version>
<flink.version>1.19.0</flink.version>
<scala.compat.version>2.12</scala.compat.version>
Expand Down Expand Up @@ -80,13 +79,6 @@
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>compile</scope>
</dependency>

<!-- Let log4j code log to log4j2 logfile -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 39f7024

Please sign in to comment.