We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcfcdf commit b0955e4Copy full SHA for b0955e4
2 files changed
plugins/network-elements/nicira-nvp/pom.xml
@@ -26,12 +26,4 @@
26
<version>4.1.0-SNAPSHOT</version>
27
<relativePath>../../pom.xml</relativePath>
28
</parent>
29
- <dependencies>
30
- <dependency>
31
- <groupId>org.mockito</groupId>
32
- <artifactId>mockito-all</artifactId>
33
- <version>1.9.5</version>
34
- <scope>test</scope>
35
- </dependency>
36
- </dependencies>
37
</project>
pom.xml
@@ -81,6 +81,7 @@
81
<cs.jstl.version>1.2</cs.jstl.version>
82
<cs.selenium.server.version>1.0-20081010.060147</cs.selenium.server.version>
83
<cs.vmware.api.version>4.1</cs.vmware.api.version>
84
+ <cs.mockito.version>1.9.5</cs.mockito.version>
85
86
</properties>
87
0 commit comments