Repository: flink
Updated Branches:
  refs/heads/master a30ec83da -> 3537579b7


[FLINK-4279] [py] Set flink dependencies to provided

This closes #2308


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

Branch: refs/heads/master
Commit: 6edc7f1e1ebd3f545975317e82e9ea02ab168c74
Parents: a30ec83
Author: zentol <ches...@apache.org>
Authored: Fri Jul 29 11:38:06 2016 +0200
Committer: zentol <ches...@apache.org>
Committed: Mon Aug 1 10:50:03 2016 +0200

----------------------------------------------------------------------
 flink-libraries/flink-python/pom.xml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6edc7f1e/flink-libraries/flink-python/pom.xml
----------------------------------------------------------------------
diff --git a/flink-libraries/flink-python/pom.xml 
b/flink-libraries/flink-python/pom.xml
index 79ec043..faef933 100644
--- a/flink-libraries/flink-python/pom.xml
+++ b/flink-libraries/flink-python/pom.xml
@@ -59,26 +59,19 @@ under the License.
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-core</artifactId>
             <version>${project.version}</version>
+                       <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-java</artifactId>
             <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-optimizer_2.10</artifactId>
-            <version>${project.version}</version>
+                       <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-runtime_2.10</artifactId>
             <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-clients_2.10</artifactId>
-            <version>${project.version}</version>
+                       <scope>provided</scope>
         </dependency>
 
         <!-- test dependencies -->

Reply via email to