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 2017/12/14 12:41:25 UTC

[2/2] flink git commit: [FLINK-8263] [quickstarts] Correctly set 'flink-core' to provided in Scala Quickstart pom.xml

[FLINK-8263] [quickstarts] Correctly set 'flink-core' to provided in Scala Quickstart pom.xml


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

Branch: refs/heads/master
Commit: 840cbfbf0845b60dbf02dd2f37f696f1db21b1e9
Parents: a2ed876
Author: Stephan Ewen <se...@apache.org>
Authored: Thu Dec 14 13:30:17 2017 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu Dec 14 13:30:17 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/840cbfbf/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
index 1618b0e..ca41014 100644
--- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
@@ -125,6 +125,7 @@ under the License.
 					<groupId>org.apache.flink</groupId>
 					<artifactId>flink-core</artifactId>
 					<version>${flink.version}</version>
+					<scope>provided</scope>
 				</dependency>
 				<dependency>
 					<groupId>org.apache.flink</groupId>