This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new d6e406405 Rework jackson dependencies (#1462)
d6e406405 is described below

commit d6e406405c8924c5fa2eab39a9e55676b956dc59
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Feb 26 14:02:47 2026 +0100

    Rework jackson dependencies (#1462)
    
    Removed 'jackson-annotations' dependency from Dependencies.scala.
---
 project/Dependencies.scala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d61ae4eaf..c8b42e20f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -249,9 +249,8 @@ object Dependencies {
       "org.apache.pekko" %% "pekko-http-jackson" % PekkoHttpVersion % Provided,
       "org.apache.pekko" %% "pekko-http-spray-json" % PekkoHttpVersion,
       "io.spray" %% "spray-json" % "1.3.6",
-      "com.fasterxml.jackson.core" % "jackson-annotations" % "2.20",
       "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % 
JacksonVersion % Test,
-      "io.specto" % "hoverfly-java" % hoverflyVersion % Test) ++ Mockito)
+      "io.specto" % "hoverfly-java" % hoverflyVersion % Test) ++ 
JacksonDatabindDependencies ++ Mockito)
 
   val ArrowVersion = "18.3.0"
   val GoogleBigQueryStorage = Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to