You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2016/09/27 08:28:28 UTC

flink git commit: [FLINK-4671] [table] Table API can not be built

Repository: flink
Updated Branches:
  refs/heads/master ef1598498 -> e5d62da2c


[FLINK-4671] [table] Table API can not be built

This closes #2549.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e5d62da2
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/e5d62da2
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/e5d62da2

Branch: refs/heads/master
Commit: e5d62da2c98ad9c6a5ca9c0782a7fea8a01d639a
Parents: ef15984
Author: twalthr <tw...@apache.org>
Authored: Mon Sep 26 15:05:40 2016 +0200
Committer: twalthr <tw...@apache.org>
Committed: Tue Sep 27 10:26:40 2016 +0200

----------------------------------------------------------------------
 flink-test-utils-parent/flink-test-utils/pom.xml | 19 +------------------
 pom.xml                                          | 10 ++++++++++
 2 files changed, 11 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/e5d62da2/flink-test-utils-parent/flink-test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/flink-test-utils-parent/flink-test-utils/pom.xml b/flink-test-utils-parent/flink-test-utils/pom.xml
index 5c99ef6..875a2bf 100644
--- a/flink-test-utils-parent/flink-test-utils/pom.xml
+++ b/flink-test-utils-parent/flink-test-utils/pom.xml
@@ -82,26 +82,9 @@ under the License.
 			<groupId>org.apache.hadoop</groupId>
 			<artifactId>hadoop-minikdc</artifactId>
 			<version>${minikdc.version}</version>
+			<scope>compile</scope>
 		</dependency>
 
 	</dependencies>
 
-	<build>
-		<plugins>
-
-			<!--
-            https://issues.apache.org/jira/browse/DIRSHARED-134
-            Required to pull the Mini-KDC transitive dependency
-            -->
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>3.0.1</version>
-				<inherited>true</inherited>
-				<extensions>true</extensions>
-			</plugin>
-
-		</plugins>
-	</build>
-
 </project>

http://git-wip-us.apache.org/repos/asf/flink/blob/e5d62da2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5b3148a..7e517e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1081,6 +1081,16 @@ under the License.
 				</executions>
 			</plugin>
 
+			<!-- Pull bundled transitive dependencies (i.e. Mini-KDC).
+			See https://issues.apache.org/jira/browse/DIRSHARED-134 -->
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<version>3.0.1</version>
+				<inherited>true</inherited>
+				<extensions>true</extensions>
+			</plugin>
+
 		</plugins>
 
 		<!-- Plugin configurations for plugins activated in sub-projects -->