You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2020/06/15 11:18:36 UTC

[flink] branch release-1.10 updated: [FLINK-16432][hive] Fix dependencies in Hive Connector build.

This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 124c819  [FLINK-16432][hive] Fix dependencies in Hive Connector build.
124c819 is described below

commit 124c81926be52926d7675da3b010153fa3920e47
Author: Niels Basjes <ni...@basjes.nl>
AuthorDate: Thu Mar 19 13:26:14 2020 +0100

    [FLINK-16432][hive] Fix dependencies in Hive Connector build.
    
    (cherry picked from commit 8c3c54821dd5907fab2adab107e7391908980206)
---
 flink-connectors/flink-connector-hive/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml
index 28cbe3b..6364da5 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -653,6 +653,14 @@ under the License.
 					<groupId>jdk.tools</groupId>
 					<artifactId>jdk.tools</artifactId>
 				</exclusion>
+				<exclusion>
+					<artifactId>jms</artifactId>
+					<groupId>javax.jms</groupId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.pentaho</groupId>
+					<artifactId>pentaho-aggdesigner-algorithm</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>