You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2012/12/06 14:46:48 UTC

[6/6] git commit: Put the mockito version in the central version list

Put the mockito version in the central version list


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b0955e43
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b0955e43
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b0955e43

Branch: refs/heads/master
Commit: b0955e43ff24ec849a86609faff9edeb98bcbcc9
Parents: 7fcfcdf
Author: Hugo Trippaers <tr...@gmail.com>
Authored: Sun Dec 2 12:02:00 2012 -0800
Committer: Hugo Trippaers <tr...@gmail.com>
Committed: Thu Dec 6 14:42:59 2012 +0100

----------------------------------------------------------------------
 plugins/network-elements/nicira-nvp/pom.xml |    8 --------
 pom.xml                                     |    1 +
 2 files changed, 1 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b0955e43/plugins/network-elements/nicira-nvp/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml
index 294e88b..70f8560 100644
--- a/plugins/network-elements/nicira-nvp/pom.xml
+++ b/plugins/network-elements/nicira-nvp/pom.xml
@@ -26,12 +26,4 @@
     <version>4.1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <dependencies>
-  	<dependency>
-  		<groupId>org.mockito</groupId>
-  		<artifactId>mockito-all</artifactId>
-  		<version>1.9.5</version>
-  		<scope>test</scope>
-  	</dependency>
-  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b0955e43/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a4276e..2c2600b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
     <cs.jstl.version>1.2</cs.jstl.version>
     <cs.selenium.server.version>1.0-20081010.060147</cs.selenium.server.version>
     <cs.vmware.api.version>4.1</cs.vmware.api.version>
+    <cs.mockito.version>1.9.5</cs.mockito.version>
 
   </properties>