Skip to content

Commit b937a70

Browse files
authored
Merge branch 'develop' into spark-3.2
2 parents 460971a + 1e314ea commit b937a70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/RFDependenciesPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ object RFDependenciesPlugin extends AutoPlugin {
5858
val framelessRefined = "org.typelevel" %% "frameless-refined" % "0.12.0"
5959
val `better-files` = "com.github.pathikrit" %% "better-files" % "3.9.1" % Test
6060
val sparktestingbase = "com.holdenkarau" %% "spark-testing-base" % "3.2.1_1.3.0" % Test
61+
6162
}
6263
import autoImport._
6364

@@ -74,6 +75,6 @@ object RFDependenciesPlugin extends AutoPlugin {
7475
rfSparkVersion := "3.2.1",
7576
rfGeoTrellisVersion := "3.6.3",
7677
rfGeoMesaVersion := "3.4.1"
77-
//excludeDependencies += "log4j" % "log4j"
78+
excludeDependencies += "log4j" % "log4j"
7879
)
7980
}

0 commit comments

Comments
 (0)