From fd68e55d19eb155f344586212b28289a94f22f06 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 25 Aug 2022 08:40:26 +0200 Subject: [PATCH] fix json issue in mail parsing / writing --- mail-service/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mail-service/pom.xml b/mail-service/pom.xml index b513fb0a4..6723c752f 100644 --- a/mail-service/pom.xml +++ b/mail-service/pom.xml @@ -31,6 +31,12 @@ <artifactId>spring-boot-starter-mail</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-json</artifactId> + <scope>compile</scope> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> -- GitLab