Skip to content

Commit 1050f7c

Browse files
committed
Added javamail dep
1 parent 14e4c49 commit 1050f7c

File tree

1 file changed

+5
-0
lines changed
  • trunk/samples/mtom/client/spring-ws

1 file changed

+5
-0
lines changed

trunk/samples/mtom/client/spring-ws/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,10 @@
7575
<groupId>org.apache.ws.commons.axiom</groupId>
7676
<artifactId>axiom-impl</artifactId>
7777
</dependency>
78+
<dependency>
79+
<groupId>javax.mail</groupId>
80+
<artifactId>mail</artifactId>
81+
<scope>runtime</scope>
82+
</dependency>
7883
</dependencies>
7984
</project>

0 commit comments

Comments
 (0)