File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
src/main/java/com/messagebird/objects Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 83
83
<dependency >
84
84
<groupId >com.fasterxml.jackson.core</groupId >
85
85
<artifactId >jackson-annotations</artifactId >
86
- <version >2.10 .0</version >
86
+ <version >2.11 .0</version >
87
87
</dependency >
88
88
<dependency >
89
89
<groupId >com.fasterxml.jackson.core</groupId >
90
90
<artifactId >jackson-databind</artifactId >
91
- <version >2.10.0</version >
92
- </dependency >
93
- <dependency >
94
- <groupId >com.fasterxml.jackson.dataformat</groupId >
95
- <artifactId >jackson-dataformat-csv</artifactId >
96
- <version >2.10.0</version >
91
+ <version >2.11.0</version >
97
92
</dependency >
98
93
<dependency >
99
94
<groupId >junit</groupId >
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ public Integer toJson() {
30
30
return getValue ();
31
31
}
32
32
33
- @ JsonCreator
34
33
public static MClassType forValue (String value ) {
35
34
if ("0" .equals (value )) {
36
35
return flash ;
You can’t perform that action at this time.
0 commit comments