[ https://issues.apache.org/jira/browse/FLINK-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bill Liu updated FLINK-5682: ---------------------------- Description: In flink-streaming-scala, it doesn't define the scala library version, when build Flink for scala 2.10, it still possiblely includes scala 2.11. {quote} <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-compiler</artifactId> </dependency> {quote} was: In flink-streaming-scala, it doesn't define the scala library version, when build Flink for scala 2.10, it still possiblely includes scala 2.11. > Fix scala version in flink-streaming-scala POM file > ---------------------------------------------------- > > Key: FLINK-5682 > URL: https://issues.apache.org/jira/browse/FLINK-5682 > Project: Flink > Issue Type: Bug > Components: Build System > Reporter: Bill Liu > Labels: build, easyfix > Original Estimate: 48h > Remaining Estimate: 48h > > In flink-streaming-scala, it doesn't define the scala library version, > when build Flink for scala 2.10, it still possiblely includes scala 2.11. > {quote} > <dependency> > <groupId>org.scala-lang</groupId> > <artifactId>scala-reflect</artifactId> > </dependency> > <dependency> > <groupId>org.scala-lang</groupId> > <artifactId>scala-library</artifactId> > </dependency> > <dependency> > <groupId>org.scala-lang</groupId> > <artifactId>scala-compiler</artifactId> > </dependency> > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)