Skip to content

Commit 05b4c44

Browse files
committed
why exclude log4j ? tests need it
1 parent 15b420c commit 05b4c44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/RFDependenciesPlugin.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ object RFDependenciesPlugin extends AutoPlugin {
7474
// NB: Make sure to update the Spark version in pyrasterframes/python/setup.py
7575
rfSparkVersion := "3.2.1",
7676
rfGeoTrellisVersion := "3.6.3",
77-
rfGeoMesaVersion := "3.4.1",
78-
excludeDependencies += "log4j" % "log4j"
77+
rfGeoMesaVersion := "3.4.1"
7978
)
8079
}

0 commit comments

Comments
 (0)