File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
server/api-service/lowcoder-plugins/smtpPlugin Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2727 </properties >
2828
2929 <dependencies >
30+ <!-- https://mvnrepository.com/artifact/org.eclipse.angus/all -->
3031 <dependency >
31- <groupId >jakarta.mail</groupId >
32- <artifactId >jakarta.mail-api</artifactId >
33- <version >2.1.3</version >
32+ <groupId >com.sun.mail</groupId >
33+ <artifactId >jakarta.mail</artifactId >
34+ <version >2.0.1</version >
35+ <scope >provided</scope >
3436 </dependency >
3537
3638 <!-- vertx os async but not mature, used in test -->
105107 </execution >
106108 </executions >
107109 </plugin >
108- <plugin >
109- <artifactId >maven-antrun-plugin</artifactId >
110- </plugin >
110+ <plugin >
111+ <artifactId >maven-antrun-plugin</artifactId >
112+ </plugin >
111113 </plugins >
112114 </build >
113115
You can’t perform that action at this time.
0 commit comments