We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade4f32 commit fe9db79Copy full SHA for fe9db79
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -750,6 +750,11 @@
750
<artifactId>sendgrid-java</artifactId>
751
<version>${sendgrid.version}</version>
752
</dependency>
753
+ <dependency>
754
+ <groupId>com.sun.activation</groupId>
755
+ <artifactId>javax.activation</artifactId>
756
+ <version>${javax-activation.version}</version>
757
+ </dependency>
758
<dependency>
759
<groupId>com.sun.mail</groupId>
760
<artifactId>javax.mail</artifactId>
0 commit comments