Skip to content

Commit

Permalink
Update spark mllib exclusion version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Jun 28, 2022
1 parent 25025ab commit c25ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ configurations {
exclude module: 'javax.servlet'
exclude module: 'servlet-api'
exclude group: 'com.esotericsoftware.kryo'
exclude module: 'spark-mllib_2.11'
exclude module: 'spark-mllib_2.12'
exclude group: 'org.scala-lang'
exclude module: 'kryo'
}
Expand Down

0 comments on commit c25ad00

Please sign in to comment.