Add Junit to policy/engine LogParser package
[policy/engine.git] / LogParser / pom.xml
index 8bf50b0..0bd21a8 100644 (file)
                                        <artifactId>cadi-aaf</artifactId>
                                </exclusion>
                        </exclusions>
-               </dependency>                              
+               </dependency>
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-module-junit4</artifactId>
+                       <version>1.7.3</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-api-mockito2</artifactId>
+                       <version>1.7.3</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
        <build>
                <plugins>