BAEL-5936 - OffsetDateTime serialization with Jackson (#13680)

* BAEL-5936 - OffsetDateTime serialization with Jackson

* BAEL-5936 - Extracting methods and adding tests

* BAEL-5936 - Renaming test file

* BAEL-5936 - Changing test method names

* BAEL-5936 - removes implements serializable
This commit is contained in:
Abhinav Pandey
2023-03-30 07:53:46 +05:30
committed by GitHub
parent 4050f47183
commit b5ab6ad906
6 changed files with 138 additions and 5 deletions
-5
View File
@@ -24,11 +24,6 @@
</modules>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<!--jackson for xml -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>