zhou-hao преди 4 години
родител
ревизия
e945969963
променени са 1 файла, в които са добавени 8 реда и са изтрити 3 реда
  1. 8 3
      jetlinks-components/notify-component/notify-email/pom.xml

+ 8 - 3
jetlinks-components/notify-component/notify-email/pom.xml

@@ -27,10 +27,15 @@
             <artifactId>spring-context-support</artifactId>
         </dependency>
 
+<!--        <dependency>-->
+<!--            <groupId>javax.mail</groupId>-->
+<!--            <artifactId>mail</artifactId>-->
+<!--            <version>1.4.7</version>-->
+<!--        </dependency>-->
+
         <dependency>
-            <groupId>javax.mail</groupId>
-            <artifactId>mail</artifactId>
-            <version>1.4.7</version>
+            <groupId>com.sun.mail</groupId>
+            <artifactId>jakarta.mail</artifactId>
         </dependency>
 
         <dependency>