Updated JMS support, now also client-side support.

This commit is contained in:
Arjen Poutsma
2007-04-10 21:26:27 +00:00
parent 77d6577ab1
commit 7437ee78f5
2 changed files with 12 additions and 7 deletions

View File

@@ -558,11 +558,6 @@
<scope>provided</scope>
</dependency>
<!-- Transport dependendencies -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>

View File

@@ -36,6 +36,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
@@ -101,10 +105,16 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq</artifactId>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>4.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.1.1.0</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>