From 4699868a518005a8dd67c4764c9cbab9bbed8895 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 16 Jul 2010 13:35:01 -0400 Subject: [PATCH] replaced spring-amqp-core with spring-amqp in samples --- helloworld/pom.xml | 2 +- stocks/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 33d4052..b24b70b 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -33,7 +33,7 @@ org.springframework.amqp - spring-amqp-core + spring-amqp ${spring.amqp.version} diff --git a/stocks/pom.xml b/stocks/pom.xml index 99d49b3..53f5a92 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -33,7 +33,7 @@ org.springframework.amqp - spring-amqp-core + spring-amqp ${spring.amqp.version}