Skip to content

Commit

Permalink
fix examples/spark compile failed under jdk10 (apache#8194)
Browse files Browse the repository at this point in the history
Fix apache#8193

Changes
update scala-library version from 2.10.6 to 2.11.12
  • Loading branch information
hangc0276 authored Oct 3, 2020
1 parent 4c489be commit d70d821
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>${scala-library.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ flexible messaging model and an intuitive client API.</description>
<presto.version>332</presto.version>
<flink.version>1.6.0</flink.version>
<scala.binary.version>2.11</scala.binary.version>
<scala-library.version>2.11.12</scala-library.version>
<debezium.version>1.0.0.Final</debezium.version>
<jsonwebtoken.version>0.11.1</jsonwebtoken.version>
<opencensus.version>0.18.0</opencensus.version>
Expand Down

0 comments on commit d70d821

Please sign in to comment.