Skip to content

Commit c598bf0

Browse files
committed
fix little typo in jackson dependencies
1 parent 10ba2d4 commit c598bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
2727
</dependency>
2828
```
2929

30-
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.
30+
Since package also depends on `jackson-core` and `jackson-annotations` 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.
3131
If so, also add:
3232

3333
```xml

0 commit comments

Comments
 (0)