qinjunjerry commented on a change in pull request #10607: [FLINK-15298][docs] 
Fix dependences in the DataStream API Tutorial doc
URL: https://github.com/apache/flink/pull/10607#discussion_r360360529
 
 

 ##########
 File path: docs/getting-started/tutorials/datastream_api.md
 ##########
 @@ -93,16 +93,13 @@ use it in our program. Edit the `dependencies` section of 
the `pom.xml` so that
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-java</artifactId>
         <version>${flink.version}</version>
+        <scope>provided</scope>
     </dependency>
     <dependency>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-streaming-java_2.11</artifactId>
 
 Review comment:
   You mentioned issues are addressed. Please give another look

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to