Skip to content

Commit 7aa650d

Browse files
Downgrade test library version
1 parent ea06a1c commit 7aa650d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%maven tools.jackson.core:jackson-databind:3.1.2
2-
import tools.jackson.databind.*; import tools.jackson.databind.json.*;
3-
var om = JsonMapper.builder().findAndAddModules().build();
4-
import tools.jackson.databind.node.*; import tools.jackson.databind.type.*;
1+
%maven com.fasterxml.jackson.core:jackson-databind:2.21.2
2+
import com.fasterxml.jackson.databind.*;
3+
var om = new ObjectMapper().findAndRegisterModules();
4+
import com.fasterxml.jackson.databind.node.*; import com.fasterxml.jackson.databind.type.*;
55
om.getClass().getName()

0 commit comments

Comments
 (0)