Skip to content

Commit

Permalink
[FLINK-8263] [quickstarts] Correctly set 'flink-core' to provided in …
Browse files Browse the repository at this point in the history
…Scala Quickstart pom.xml
  • Loading branch information
StephanEwen committed Dec 14, 2017
1 parent a2ed876 commit 840cbfb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 840cbfb

Please sign in to comment.