2017-09-07 3 views
-2

Ich benutze solche pom.xmlMaven Jackson-Databind

<dependency> 
    <groupId>com.fasterxml.jackson.core</groupId> 
    <artifactId>jackson-databind</artifactId> 
    <version>2.8.9</version> 
</dependency> 

Aber wirklich in meinem Projekt habe ich

jackson-Annotations 2.8.0 jackson-core 2.8.9

Warum jackson -annotaions ist 2.8.0 ???

Antwort

1

Die jackson-databind-Bibliothek verwendet zwei andere Bibliotheken: jackson-core- und jackson-annotations. Das FasterXML-Team (die Macher von Jackson) veröffentlichen diese Bibliotheken unabhängig voneinander, so dass sie ihre eigenen Versionsnummern haben. Dies ist nur die Version, die von Jackson-Databind verwendet wurde, als 2.8.9 veröffentlicht wurde.