You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2016/09/29 12:45:57 UTC

[2/2] flink git commit: [FLINK-4710] [build] Remove Guice Dependency from Hadoop2

[FLINK-4710] [build] Remove Guice Dependency from Hadoop2

This dependency is transitively pulled, but not necessary for the parts of the
Hadoop libraries used by Flink.


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

Branch: refs/heads/master
Commit: 84af0b90ec81bbe2af73a56cc0483166314a492a
Parents: 62d4af8
Author: Stephan Ewen <se...@apache.org>
Authored: Wed Sep 28 20:33:20 2016 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu Sep 29 11:11:54 2016 +0200

----------------------------------------------------------------------
 flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/84af0b90/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
----------------------------------------------------------------------
diff --git a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
index a1baba4..8a7b101 100644
--- a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
+++ b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
@@ -621,6 +621,10 @@ under the License.
 					<groupId>com.sun.jersey.contribs</groupId>
 					<artifactId>jersey-guice</artifactId>
 				</exclusion>
+				<exclusion>
+					<groupId>com.google.inject</groupId>
+					<artifactId>guice</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>
 	</dependencies>