Skip to content

Commit 6a70b50

Browse files
committed
Merge pull request #554 from pscheit/patch-1
fix little typo in jackson dependencies
2 parents 10ba2d4 + c598bf0 commit 6a70b50

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)