You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by bl...@apache.org on 2019/05/31 21:52:00 UTC

[flink] branch master updated: [hotfix][hive] remove jdo-api dependency from profile hive-1.2.1 in flink-connector-hive

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

bli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fa4ece  [hotfix][hive] remove jdo-api dependency from profile hive-1.2.1 in flink-connector-hive
9fa4ece is described below

commit 9fa4ece22ae04af9061de60b1d569b823039047c
Author: bowen.li <bo...@gmail.com>
AuthorDate: Fri May 31 14:51:20 2019 -0700

    [hotfix][hive] remove jdo-api dependency from profile hive-1.2.1 in flink-connector-hive
---
 flink-connectors/flink-connector-hive/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml
index 5c205d8..cd245d9 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -432,14 +432,6 @@ under the License.
 				<hive.version>1.2.1</hive.version>
 				<hivemetastore.hadoop.version>2.6.0</hivemetastore.hadoop.version>
 			</properties>
-			<dependencies>
-				<dependency>
-					<groupId>javax.jdo</groupId>
-					<artifactId>jdo-api</artifactId>
-					<version>3.0.1</version>
-					<scope>provided</scope>
-				</dependency>
-			</dependencies>
 		</profile>
 	</profiles>
 </project>