Remove version definition for managed dependency

This commit is contained in:
Timothy Bish 2016-05-26 18:00:50 -04:00
parent 5235c74fc9
commit 3c5c5779e2
1 changed files with 1 additions and 5 deletions

View File

@ -94,7 +94,7 @@
<dependency>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-junit</artifactId>
</dependency>
</dependency>
<!-- =============================== -->
<!-- Optional Dependencies -->
@ -254,7 +254,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.1</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
@ -1273,8 +1272,5 @@
</plugins>
</build>
</profile>
</profiles>
</project>