Skip to content

Commit

Permalink
[FLINK-16432][hive] Fix dependencies in Hive Connector build
Browse files Browse the repository at this point in the history
This closes apache#11316
  • Loading branch information
nielsbasjes authored Mar 19, 2020
1 parent 43f455d commit 8c3c548
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,10 @@ under the License.
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
</exclusion>
<exclusion>
<artifactId>jms</artifactId>
<groupId>javax.jms</groupId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand All @@ -714,6 +718,10 @@ under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 8c3c548

Please sign in to comment.