Skip to content

Commit 0cb7624

Browse files
committed
. e Add javax.mail to approvaltests-tests
1 parent 59f9eab commit 0cb7624

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

approvaltests-tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@
125125
<artifactId>javassist</artifactId>
126126
<version>3.29.2-GA</version>
127127
</dependency>
128+
<dependency>
129+
<groupId>com.sun.mail</groupId>
130+
<artifactId>javax.mail</artifactId>
131+
<version>1.6.2</version>
132+
</dependency>
128133
</dependencies>
129134

130135
<build>

0 commit comments

Comments
 (0)