Skip to content

Commit 390ef0e

Browse files
committed
Updated sandbox pom
1 parent a4b7cea commit 390ef0e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

sandbox/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws-parent</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.0.0.RELEASE-SNAPSHOT</version>
6+
<version>2.0.4.RELEASE-SNAPSHOT</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -16,12 +16,6 @@
1616
<groupId>org.springframework.ws</groupId>
1717
<artifactId>spring-ws-core</artifactId>
1818
</dependency>
19-
<dependency>
20-
<groupId>org.springframework.ws</groupId>
21-
<artifactId>spring-ws-core</artifactId>
22-
<classifier>tests</classifier>
23-
<scope>test</scope>
24-
</dependency>
2519
<dependency>
2620
<groupId>org.springframework.ws</groupId>
2721
<artifactId>spring-ws-support</artifactId>
@@ -57,6 +51,11 @@
5751
<artifactId>saaj-api</artifactId>
5852
<scope>provided</scope>
5953
</dependency>
54+
<dependency>
55+
<groupId>javax.mail</groupId>
56+
<artifactId>mail</artifactId>
57+
<scope>runtime</scope>
58+
</dependency>
6059
<dependency>
6160
<groupId>javax.servlet</groupId>
6261
<artifactId>servlet-api</artifactId>

0 commit comments

Comments
 (0)