diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 1de5461..ee6e2ff 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-helloworld - 1.3.5.RELEASE + 1.4.0.M1 jar Spring AMQP Hello World http://www.spring.io @@ -16,8 +16,8 @@ true - 3.2.8.RELEASE - 1.3.5.RELEASE + 4.1.0.RELEASE + 1.4.0.M1 UTF-8 @@ -32,14 +32,38 @@ - org.springframework.amqp - spring-amqp - ${spring.amqp.version} + org.springframework.amqp + spring-amqp + ${spring.amqp.version} + + + org.springframework + spring-core + + - org.springframework.amqp - spring-rabbit - ${spring.amqp.version} + org.springframework.amqp + spring-rabbit + ${spring.amqp.version} + + + org.springframework + spring-core + + + org.springframework + spring-messaging + + + org.springframework + spring-tx + + + org.springframework + spring-context + + @@ -59,6 +83,16 @@ spring-context ${spring.framework.version} + + org.springframework + spring-messaging + ${spring.framework.version} + + + org.springframework + spring-tx + ${spring.framework.version} + org.springframework spring-test diff --git a/log4j/pom.xml b/log4j/pom.xml index db63b9e..dc71015 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-log4j - 1.3.5.RELEASE + 1.4.0.M1 war Spring AMQP log4j http://www.spring.io @@ -16,8 +16,8 @@ true - 3.2.8.RELEASE - 1.3.5.RELEASE + 4.1.0.RELEASE + 1.4.0.M1 UTF-8 @@ -35,11 +35,35 @@ org.springframework.amqp spring-amqp ${spring.amqp.version} + + + org.springframework + spring-core + + org.springframework.amqp spring-rabbit ${spring.amqp.version} + + + org.springframework + spring-core + + + org.springframework + spring-messaging + + + org.springframework + spring-tx + + + org.springframework + spring-context + + @@ -64,6 +88,16 @@ spring-oxm ${spring.framework.version} + + org.springframework + spring-messaging + ${spring.framework.version} + + + org.springframework + spring-tx + ${spring.framework.version} + org.springframework spring-webmvc diff --git a/pom.xml b/pom.xml index fd6582c..b4a276a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.amqp spring-amqp-samples Spring AMQP Samples - 1.3.5.RELEASE + 1.4.0.M1 pom helloworld diff --git a/stocks/pom.xml b/stocks/pom.xml index 5490eb8..4b05fac 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-stocks - 1.3.5.RELEASE + 1.4.0.M1 war Spring Rabbit Stocks http://www.spring.io @@ -15,8 +15,8 @@ true - 3.2.8.RELEASE - 1.3.5.RELEASE + 4.1.0.RELEASE + 1.4.0.M1 UTF-8 @@ -34,11 +34,35 @@ org.springframework.amqp spring-amqp ${spring.amqp.version} + + + org.springframework + spring-core + + org.springframework.amqp spring-rabbit ${spring.amqp.version} + + + org.springframework + spring-core + + + org.springframework + spring-messaging + + + org.springframework + spring-tx + + + org.springframework + spring-context + + @@ -63,6 +87,16 @@ spring-oxm ${spring.framework.version} + + org.springframework + spring-messaging + ${spring.framework.version} + + + org.springframework + spring-tx + ${spring.framework.version} + org.springframework spring-webmvc