You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Overview
2
2
3
3
This project contains the general-purpose data-binding functionality
4
-
and tree-model for [Jackson Data Processor](http://wiki.fasterxml.com/JacksonHome)
4
+
and tree-model for [Jackson Data Processor](http://wiki.fasterxml.com/JacksonHome).
5
5
It builds on [core streaming parser/generator](../../../jackson-core) package,
6
6
and uses [Jackson Annotations](../../../jackson-annotations) for configuration.
7
7
@@ -22,11 +22,11 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
22
22
<dependency>
23
23
<groupId>com.fasterxml.jackson.core</groupId>
24
24
<artifactId>jackson-databind</artifactId>
25
-
<version>2.2.0</version>
25
+
<version>2.2.2</version>
26
26
</dependency>
27
27
```
28
28
29
-
Since package also depends on '''jackson-core''' and '''jackson-databind''' packages, you will need to download these if not using Maven; and you may also want to add them as Maven dependency to ensure that compatible versions are used.
29
+
Since package also depends on `jackson-core` and `jackson-databind` packages, you will need to download these if not using Maven; and you may also want to add them as Maven dependency to ensure that compatible versions are used.
0 commit comments