Fix warnings in pom by removing redundant version declarations for

dependencies that are managed by the parent.
This commit is contained in:
Timothy Bish 2016-05-26 17:07:35 -04:00
parent 08f266d762
commit 5235c74fc9
1 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -44,13 +43,11 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-spring</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>