Remove unnecessary dependency on sendgrid

Closes gh-20099
pull/20222/head
Stephane Nicoll 5 years ago
parent ab72237b1b
commit 76c21571b4

@ -71,11 +71,6 @@
<artifactId>jmustache</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>

Loading…
Cancel
Save