Commit fe9db792 authored by Andy Wilkinson's avatar Andy Wilkinson

Complete dependency management for JavaBeans Activation Framework

Fixes gh-17062
parent ade4f32f
...@@ -750,6 +750,11 @@ ...@@ -750,6 +750,11 @@
<artifactId>sendgrid-java</artifactId> <artifactId>sendgrid-java</artifactId>
<version>${sendgrid.version}</version> <version>${sendgrid.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
<version>${javax-activation.version}</version>
</dependency>
<dependency> <dependency>
<groupId>com.sun.mail</groupId> <groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId> <artifactId>javax.mail</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment