Scala Modul 2.12.3 erfordert Jackson Databind Version> = 2.12.0 und <2.13.0, aber ich habe Datenbank 2.12.3

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Scala Modul 2.12.3 erfordert Jackson Databind Version> = 2.12.0 und <2.13.0, aber ich habe Datenbank 2.12.3

by Anonymous » 17 Feb 2025, 07:05

Für ein Projekt verwende ich das strukturierte Streaming von Spark Streaming mit Kafka. -Override ">

Code: Select all

3.1.1
1.7.7
1.2.17
2.12
< /code>
Aber beim Ausführen habe ich diesen Fehler: < /p>
Caused by: com.fasterxml.jackson.databind.JsonMappingException: Scala module 2.12.3 requires Jackson Databind version >= 2.12.0 and < 2.13.0
< /code>
Ich bin verwirrt, weil ich die Datenbank in 2.12.3 bereits importiere. class = "lange-xml Print-Override">
com.fasterxml.jackson.dataformat
jackson-dataformat-yaml



com.fasterxml.jackson.module
jackson-module-scala_${scala.version}
2.12.3
runtime



com.fasterxml.jackson.core
jackson-databind
2.12.3

Vielen Dank im Voraus für die Hilfe

Top