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 27
27
</properties >
28
28
29
29
<dependencies >
30
+ <!-- https://mvnrepository.com/artifact/org.eclipse.angus/all -->
30
31
<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 >
34
36
</dependency >
35
37
36
38
<!-- vertx os async but not mature, used in test -->
105
107
</execution >
106
108
</executions >
107
109
</plugin >
108
- <plugin >
109
- <artifactId >maven-antrun-plugin</artifactId >
110
- </plugin >
110
+ <plugin >
111
+ <artifactId >maven-antrun-plugin</artifactId >
112
+ </plugin >
111
113
</plugins >
112
114
</build >
113
115
You can’t perform that action at this time.
0 commit comments