Release yangtools
[yangtools.git] / common / util / pom.xml
index aee46a5e55212b905115e72d218ea9df7f94a0d0..ccc21da5c521c4ae9ed8c66549ff060a6e7b6fd7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
             <artifactId>value</artifactId>
             <classifier>annotations</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.checkerframework</groupId>
+            <artifactId>checker-qual</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
@@ -47,7 +52,6 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava-testlib</artifactId>
-            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>