replaced spring-amqp-core with spring-amqp in samples

This commit is contained in:
Mark Fisher
2010-07-16 13:35:01 -04:00
committed by Dave Syer
parent 508260d029
commit 4699868a51
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-core</artifactId>
<artifactId>spring-amqp</artifactId>
<version>${spring.amqp.version}</version>
</dependency>
<dependency>

View File

@@ -33,7 +33,7 @@
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-core</artifactId>
<artifactId>spring-amqp</artifactId>
<version>${spring.amqp.version}</version>
</dependency>
<dependency>