Skip to content

Commit 750e6ca

Browse files
dragonpooludomikula
authored andcommitted
SMTP Issue - class not found fixed
1 parent 19b7048 commit 750e6ca

File tree

1 file changed

+8
-6
lines changed
  • server/api-service/lowcoder-plugins/smtpPlugin

1 file changed

+8
-6
lines changed

server/api-service/lowcoder-plugins/smtpPlugin/pom.xml

+8-6
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
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 -->
@@ -105,9 +107,9 @@
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

0 commit comments

Comments
 (0)