Add auto-configuration for SendGrid's client

Closes gh-2160
Closes gh-2280
This commit is contained in:
Maciej Walkowiak
2015-01-04 01:58:40 +01:00
committed by Andy Wilkinson
parent 33a92caad6
commit f05769dcc5
8 changed files with 302 additions and 0 deletions

View File

@@ -54,6 +54,11 @@
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>