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

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

commit f297e451dd55313b5c6a2c22388445c19c6abea8
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Feb 26 13:10:33 2026 +0100

    Rework jackson dependencies
    
    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