Merge "BUG-869: removed redundant check for null before an instanceof"
[yangtools.git] / yang / yang-data-impl / pom.xml
index 0e516ece305872369f9dd60036d4852fe11373aa..fb6c537e832460bfb9ee6acfdfbe13116adb0e77 100644 (file)
@@ -30,7 +30,7 @@
                 <version>${maven.surefire.version}</version>
                 <configuration>
                     <argLine>-Dlog4j.configuration=log4j-test.xml
-                        -Xmx1500m</argLine>
+                        -Xmx1500m ${jacoco.agent.ut.arg}</argLine>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                 </configuration>
             </plugin>
@@ -85,8 +85,7 @@
         </dependency>
         <dependency>
           <groupId>org.mockito</groupId>
-          <artifactId>mockito-all</artifactId>
-          <scope>test</scope>
+          <artifactId>mockito-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>