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.
2 parents 460971a + 1e314ea commit b937a70Copy full SHA for b937a70
project/RFDependenciesPlugin.scala
@@ -58,6 +58,7 @@ object RFDependenciesPlugin extends AutoPlugin {
58
val framelessRefined = "org.typelevel" %% "frameless-refined" % "0.12.0"
59
val `better-files` = "com.github.pathikrit" %% "better-files" % "3.9.1" % Test
60
val sparktestingbase = "com.holdenkarau" %% "spark-testing-base" % "3.2.1_1.3.0" % Test
61
+
62
}
63
import autoImport._
64
@@ -74,6 +75,6 @@ object RFDependenciesPlugin extends AutoPlugin {
74
75
rfSparkVersion := "3.2.1",
76
rfGeoTrellisVersion := "3.6.3",
77
rfGeoMesaVersion := "3.4.1"
- //excludeDependencies += "log4j" % "log4j"
78
+ excludeDependencies += "log4j" % "log4j"
79
)
80
0 commit comments