Added JMS as runtime dep

This commit is contained in:
Arjen Poutsma
2011-10-20 10:03:47 +00:00
parent 272996a992
commit 884cf8fc7c

View File

@@ -47,6 +47,7 @@
<dependency>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>