Browse Source

Remove redundant managed dependency version

pull/481/merge
Dave Syer 12 years ago
parent
commit
d82a728efe
  1. 1
      spring-boot-samples/spring-boot-sample-amqp/pom.xml

1
spring-boot-samples/spring-boot-sample-amqp/pom.xml

@ -16,7 +16,6 @@ @@ -16,7 +16,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save