Skip to content

Commit

Permalink
Syncronyze maven version requirement with Spark 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Sep 12, 2019
1 parent 68ac1be commit 5f7dbc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@

<!-- General project dependencies version -->
<java.version>1.8</java.version>
<maven.version>3.3.9</maven.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.version>3.5.4</maven.version>
<scala.version>2.12.7</scala.version>
<scala.binary.version>2.12</scala.binary.version>

Expand Down

0 comments on commit 5f7dbc8

Please sign in to comment.