From ee1e5781409247fc13f5269c5d50b6736794f50f Mon Sep 17 00:00:00 2001 From: Colin McDonald Date: Thu, 20 Oct 2016 22:15:44 -0400 Subject: [PATCH] Update README.md to be explain usage of mongo-jackson-codec lib --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feb4af3..5497a82 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # APIv3 Notes: -* Uses a custom build of `mongo-jackson-codec`, which can be found [here](https://github.com/FrozenOrb/mongo-jackson-codec). +* Modifies `mongo-jackson-codec` by including copies of modified files and merging via maven-shade-plugin. See [here](https://github.com/FrozenOrb/APIv3/blob/master/src/main/java/fr/javatic/mongo/jacksonCodec/package-info.java) for more info.