forked from GoogleCloudPlatform/DataflowJavaSDK
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Jackson dependency from 2.4.5 to 2.7.0
FasterXML/jackson-databind#543 was fixed and we have deprecated KvCoderBase and MapCoderBase which were used as work arounds for the issue. ----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=112801278
- Loading branch information
1 parent
c34fcfb
commit 600359e
Showing
6 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
com.fasterxml.jackson.databind | ||
com.fasterxml.jackson.databind.annotation | ||
com.fasterxml.jackson.databind.cfg | ||
com.fasterxml.jackson.databind.deser | ||
com.fasterxml.jackson.databind.deser.impl | ||
com.fasterxml.jackson.databind.deser.std | ||
com.fasterxml.jackson.databind.exc | ||
com.fasterxml.jackson.databind.ext | ||
com.fasterxml.jackson.databind.introspect | ||
com.fasterxml.jackson.databind.jsonFormatVisitors | ||
com.fasterxml.jackson.databind.jsonschema | ||
com.fasterxml.jackson.databind.jsontype | ||
com.fasterxml.jackson.databind.jsontype.impl | ||
com.fasterxml.jackson.databind.module | ||
com.fasterxml.jackson.databind.node | ||
com.fasterxml.jackson.databind.ser | ||
com.fasterxml.jackson.databind.ser.impl | ||
com.fasterxml.jackson.databind.ser.std | ||
com.fasterxml.jackson.databind.type | ||
com.fasterxml.jackson.databind.util |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters