File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ repositories {
6060final htsjdkVersion = System . getProperty(' htsjdk.version' ,' 4.1.0' )
6161final picardVersion = System . getProperty(' picard.version' ,' 3.1.1' )
6262final barclayVersion = System . getProperty(' barclay.version' ,' 5.0.0' )
63- final sparkVersion = System . getProperty(' spark.version' , ' 3.3.1 ' )
63+ final sparkVersion = System . getProperty(' spark.version' , ' 3.5.0 ' )
6464final hadoopVersion = System . getProperty(' hadoop.version' , ' 3.3.6' )
6565final disqVersion = System . getProperty(' disq.version' ,' 0.3.8' )
6666final genomicsdbVersion = System . getProperty(' genomicsdb.version' ,' 1.5.1' )
@@ -298,8 +298,8 @@ dependencies {
298298 exclude group : ' org.apache.commons'
299299 }
300300
301- // there is no mllib_2.12.15:3.3.0, so stay use 2 .12:3.3.0
302- implementation (' org.apache.spark:spark-mllib_2.12:3.5.0 ' ) {
301+ // TODO: migrate to mllib_2 .12.15?
302+ implementation (' org.apache.spark:spark-mllib_2.12:' + sparkVersion ) {
303303 // JUL is used by Google Dataflow as the backend logger, so exclude jul-to-slf4j to avoid a loop
304304 exclude module : ' jul-to-slf4j'
305305 exclude module : ' javax.servlet'
You can’t perform that action at this time.
0 commit comments