You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2016/05/26 22:03:12 UTC

[2/3] activemq git commit: Remove version definition for managed dependency

Remove version definition for managed dependency

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/3c5c5779
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/3c5c5779
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/3c5c5779

Branch: refs/heads/master
Commit: 3c5c5779e26ed65122182ff74d409f4d73433e27
Parents: 5235c74
Author: Timothy Bish <ta...@gmail.com>
Authored: Thu May 26 18:00:50 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Thu May 26 18:00:50 2016 -0400

----------------------------------------------------------------------
 activemq-unit-tests/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/3c5c5779/activemq-unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 66d4e60..ef3f003 100755
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -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>