Skip to content

Commit

Permalink
Upgrade to spring-boot 1.4.0
Browse files Browse the repository at this point in the history
Remove redundant dependency and rely on the provided by `spring-boot-starter-amqp`
  • Loading branch information
VolkerK authored and artembilan committed Aug 12, 2016
1 parent a91fa65 commit 8aad437
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions rabbitmq-tutorials/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.4.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -29,17 +29,12 @@
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.6.0.RELEASE</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jersey</artifactId>
Expand Down

0 comments on commit 8aad437

Please sign in to comment.