mirror of https://github.com/apache/activemq.git
Remove version definition for managed dependency
This commit is contained in:
parent
5235c74fc9
commit
3c5c5779e2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue