Merge "Added Nonnull annotation for get operation"
[yangtools.git] / yang / yang-data-impl / pom.xml
index 6730d2504c9dd124b836a2c6be4c6e0fbc7b513d..1200c3735169227c740f4b6e522f25d4656fbac3 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>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-data-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>yang-data-util</artifactId>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-model-api</artifactId>
@@ -85,8 +89,7 @@
         </dependency>
         <dependency>
           <groupId>org.mockito</groupId>
-          <artifactId>mockito-all</artifactId>
-          <scope>test</scope>
+          <artifactId>mockito-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
         </dependency>
-
     </dependencies>
 </project>