Flink开发环境搭建
This commit is contained in:
		| @@ -57,11 +57,13 @@ under the License. | ||||
| 			<groupId>org.apache.flink</groupId> | ||||
| 			<artifactId>flink-scala_${scala.binary.version}</artifactId> | ||||
| 			<version>${flink.version}</version> | ||||
| 			<scope>provided</scope> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.apache.flink</groupId> | ||||
| 			<artifactId>flink-streaming-scala_${scala.binary.version}</artifactId> | ||||
| 			<version>${flink.version}</version> | ||||
| 			<scope>provided</scope> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<!-- Scala Library, provided by Flink as well. --> | ||||
| @@ -69,6 +71,7 @@ under the License. | ||||
| 			<groupId>org.scala-lang</groupId> | ||||
| 			<artifactId>scala-library</artifactId> | ||||
| 			<version>${scala.version}</version> | ||||
| 			<scope>provided</scope> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<!-- Add connector dependencies here. They must be in the default scope (compile). --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user