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/08/10 10:02:54 UTC

flink git commit: [FLINK-4342] [build] Fix dependencies of flink-connector-filesystem

Repository: flink
Updated Branches:
  refs/heads/master a2f9aabac -> 5910af5e8


[FLINK-4342] [build] Fix dependencies of flink-connector-filesystem

  - Remove unneeded Guava dependency
  - Set hadoop-shaded-artifact dependency to 'provided'

This closes #2346


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

Branch: refs/heads/master
Commit: 5910af5e81bc2f85076d2f8d6d02f8acaf89c5a4
Parents: a2f9aab
Author: Stephan Ewen <se...@apache.org>
Authored: Tue Aug 9 22:49:55 2016 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Wed Aug 10 12:01:47 2016 +0200

----------------------------------------------------------------------
 flink-streaming-connectors/flink-connector-filesystem/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/5910af5e/flink-streaming-connectors/flink-connector-filesystem/pom.xml
----------------------------------------------------------------------
diff --git a/flink-streaming-connectors/flink-connector-filesystem/pom.xml b/flink-streaming-connectors/flink-connector-filesystem/pom.xml
index 53d60c3..7aacb67 100644
--- a/flink-streaming-connectors/flink-connector-filesystem/pom.xml
+++ b/flink-streaming-connectors/flink-connector-filesystem/pom.xml
@@ -51,15 +51,10 @@ under the License.
 		</dependency>
 
 		<dependency>
-			<groupId>com.google.guava</groupId>
-			<artifactId>guava</artifactId>
-			<version>${guava.version}</version>
-		</dependency>
-
-		<dependency>
 			<groupId>org.apache.flink</groupId>
 			<artifactId>${shading-artifact.name}</artifactId>
 			<version>${project.version}</version>
+			<scope>provided</scope>
 		</dependency>
 
 		<!-- test dependencies -->