Update deps in samples

This commit is contained in:
Dave Syer
2010-09-29 17:05:52 +01:00
parent 8cb08a6a05
commit f83b9dfa51
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
</description>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<rabbitmq.version>1.8.1</rabbitmq.version>
<rabbitmq.version>2.1.0</rabbitmq.version>
<spring.framework.version>3.0.3.RELEASE</spring.framework.version>
<spring.amqp.version>1.0.0.BUILD-SNAPSHOT</spring.amqp.version>
</properties>
@@ -94,7 +94,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>

View File

@@ -16,7 +16,7 @@
</description>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<rabbitmq.version>1.8.1</rabbitmq.version>
<rabbitmq.version>2.1.0</rabbitmq.version>
<spring.framework.version>3.0.3.RELEASE</spring.framework.version>
<spring.amqp.version>1.0.0.BUILD-SNAPSHOT</spring.amqp.version>
</properties>
@@ -94,7 +94,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>