Move mockito to dependencyManagement section in parent pom. 38/1338/2
authorAlissa Bonas <abonas@redhat.com>
Mon, 23 Sep 2013 09:18:11 +0000 (12:18 +0300)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 23 Sep 2013 13:50:43 +0000 (13:50 +0000)
Change-Id: I6eeb91e1b5713db11b7ffdc9054eb6f316737079
Signed-off-by: Alissa Bonas <abonas@redhat.com>
opendaylight/sal/yang-prototype/sal/pom.xml
opendaylight/sal/yang-prototype/sal/sal-binding-broker-impl/pom.xml

index 056602c9e07b11d70db38a55a9c473fb44b438d8..441d8576c665df8d88c82ddbe96ce561e4b759a3 100644 (file)
                                <artifactId>yang-data-util</artifactId>
                                <version>${yang.version}</version>
                        </dependency>
                                <artifactId>yang-data-util</artifactId>
                                <version>${yang.version}</version>
                        </dependency>
+            <dependency>
+                <groupId>org.mockito</groupId>
+                <artifactId>mockito-all</artifactId>
+                <version>1.9.5</version>
+                <scope>test</scope>
+                   </dependency>
                </dependencies>
 
        </dependencyManagement>
                </dependencies>
 
        </dependencyManagement>
                        <scope>test</scope>
                        <optional>true</optional>
                </dependency>
                        <scope>test</scope>
                        <optional>true</optional>
                </dependency>
-               <dependency>
-                       <groupId>org.mockito</groupId>
-                       <artifactId>mockito-all</artifactId>
-                       <version>1.9.5</version>
-                       <scope>test</scope>
-               </dependency>
        </dependencies>
        <build>
         <pluginManagement>
        </dependencies>
        <build>
         <pluginManagement>
index dc38f409a1b2025e1def61a234952b2e8321f161..cfd8de6f8c2d21f4b0602d568245c5185aa07d51 100644 (file)
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
-            <version>1.9.5</version>
-            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>
         </dependency>
     </dependencies>
 </project>