Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ object Settings {
case _ => publishTo.value
}
},

excludeDependencies += "log4j" % "log4j",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@metasim thx for the PR!

As far as I know, excludeDependencieswould not be reflected in the published artifacts (i.e. see https://repo1.maven.org/maven2/org/locationtech/geotrellis/geotrellis-geotools_2.12/3.6.1/geotrellis-geotools_2.12-3.6.1.pom), could you double check the behavior / switch to using ExclusionRules instead?

credentials ++= List(
Path.userHome / ".ivy2" / ".credentials",
Path.userHome / ".sbt" / ".credentials"
Expand Down