Skip to content

Commit

Permalink
Merge pull request apache#12 from tmielika/patch-1
Browse files Browse the repository at this point in the history
Align the dependency versions with current grid
  • Loading branch information
Dhruve Ashar authored and GitHub Enterprise committed Sep 10, 2019
2 parents 1ce1dce + fd82230 commit 56b8c87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<version>2.0-SNAPSHOT</version>

<properties>
<spark.version.full>2.1.0.46</spark.version.full>
<spark.version.full>2.4.1.29</spark.version.full>
<spark.scala.version>2.11</spark.scala.version>
<scala.version>2.11.8</scala.version>
<java.version>1.7</java.version>
<hbase.version>1.3.2.13.1806282333_h2</hbase.version>
<scala.version>2.11.12</scala.version>
<java.version>1.8</java.version>
<hbase.version>1.3.2.18.1901141922_h2</hbase.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 56b8c87

Please sign in to comment.