We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b420c commit 05b4c44Copy full SHA for 05b4c44
project/RFDependenciesPlugin.scala
@@ -74,7 +74,6 @@ object RFDependenciesPlugin extends AutoPlugin {
74
// NB: Make sure to update the Spark version in pyrasterframes/python/setup.py
75
rfSparkVersion := "3.2.1",
76
rfGeoTrellisVersion := "3.6.3",
77
- rfGeoMesaVersion := "3.4.1",
78
- excludeDependencies += "log4j" % "log4j"
+ rfGeoMesaVersion := "3.4.1"
79
)
80
}
0 commit comments