Merge "ONAP code change for log files consolidation"
[policy/engine.git] / BRMSGateway / pom.xml
index 0d9ebfb..76cbc1b 100644 (file)
                        <artifactId>httpclient</artifactId>
                        <version>${httpclient.version}</version>
                </dependency>
+               <!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito -->
+               <dependency>
+               <groupId>org.powermock</groupId>
+               <artifactId>powermock-api-mockito</artifactId>
+               <version>1.7.3</version>
+               <scope>test</scope>
+               </dependency>
+               <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-module-junit4</artifactId>
+            <version>1.7.3</version>
+            <scope>test</scope>
+        </dependency>
        </dependencies>
        <build>
                <plugins>