Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cassandra: pick current Jackson version #2923

Merged
merged 2 commits into from
Oct 12, 2022
Merged
Changes from 1 commit
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/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ object Dependencies {
.exclude("org.apache.tinkerpop", "*") //https://github.com/akka/alpakka/issues/2200
.exclude("com.esri.geometry", "esri-geometry-api"), //https://github.com/akka/alpakka/issues/2225
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion % Provided
)
) ++ JacksonDatabindDependencies
Copy link
Member

Choose a reason for hiding this comment

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

a comment would be good, because it's not obvious why we would add Jackson dependency here or that the driver has the Jackson dependency

)

val Couchbase = Seq(
Expand Down