Fixed JMS dependency

This commit is contained in:
Arjen Poutsma
2011-10-20 10:16:09 +00:00
parent 25787490d7
commit 8e8c7abd62

View File

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