Skip to content
Snippets Groups Projects
Commit fd68e55d authored by OZGCloud's avatar OZGCloud
Browse files

fix json issue in mail parsing / writing

parent 0542cce9
Branches
Tags
No related merge requests found
...@@ -31,6 +31,12 @@ ...@@ -31,6 +31,12 @@
<artifactId>spring-boot-starter-mail</artifactId> <artifactId>spring-boot-starter-mail</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment