Commit f81baa0
authored
ROCANA-11477: Fix AnnotationIntrospector.Pair usage in cm_api (#2)
* Replaces use of `AnnotationIntrospector.Pair` with `AnnotationIntrospectorPair`
as recommended by the [jackson 2.1 javadoc](https://fasterxml.github.io/jackson-databind/javadoc/2.1.0/com/fasterxml/jackson/databind/AnnotationIntrospector.html)
* This enables projects using newer versions of Jackson to include the API without problem
because `AnnotationIntrospector.Pair` is removed in Jackson 2.31 parent d00f286 commit f81baa0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments