Add missing test dependencies 13/30013/2
authorMichal Kabaj <michal.kabaj@nokia.com>
Thu, 1 Feb 2018 13:45:28 +0000 (14:45 +0100)
committerPatrick Brady <pb071s@att.com>
Fri, 2 Feb 2018 21:14:04 +0000 (21:14 +0000)
Fix compilation issue for junit tests in
appc-data-services/provider
appc-dg-mdsal-bundle
by adding missing mockito and powermockito dependencies to pom.xml.

Change-Id: I21da7648bb59235b384e0e85b3075e1777a7bf36
Issue-ID: APPC-559
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
appc-config/appc-data-services/provider/pom.xml
appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml

index 86464eb..85064d0 100644 (file)
                        <artifactId>junit</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+               </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
index 9a16ca6..ed4985e 100644 (file)
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-api-mockito</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-module-junit4</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>config-api</artifactId>