Added unit tests fo MappingRulesValidator
[sdc/dcae-d/dt-be-main.git] / dcaedt_be / pom.xml
index 3c0e4b9..1688f4d 100644 (file)
                        <version>4.0.0</version>
                        <scope>provided</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-module-junit4</artifactId>
+                       <version>1.7.4</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-api-mockito</artifactId>
+                       <version>1.7.4</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
        <profiles>
                <profile>