Remove unnecessary dependency on sendgrid
Closes gh-20099
This commit is contained in:
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…
Reference in New Issue