Skip to content

Commit

Permalink
[hotfix][build][sql] Remove slf4j/log4j dependencies
Browse files Browse the repository at this point in the history
The SQL client does not require explicit slf4j/log4j dependencies.
slf4j-api is already defined in the root pom, whereas the log4j-related dependencies are just not necessary since the distribution provides them.
  • Loading branch information
zentol committed Feb 5, 2020
1 parent 321a317 commit 1a1bcda
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions flink-table/flink-sql-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,26 +96,6 @@ under the License.
<version>${project.version}</version>
</dependency>

<!-- logging utilities -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>

<!-- logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>

<!-- CLI for SQL CLI client -->
<dependency>
<groupId>org.jline</groupId>
Expand Down

0 comments on commit 1a1bcda

Please sign in to comment.