Release yangtools
[yangtools.git] / model / rfc6241-model-api / pom.xml
index 08995770a5e5e09a7183781b750b9a8251e2ef96..82b0dee7d491b20f37971f284c23225304c98ec0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.2-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <description>RFC6241 extensions for unbound metadata</description>
 
     <dependencies>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.eclipse.jdt</groupId>
             <artifactId>org.eclipse.jdt.annotation</artifactId>
@@ -38,9 +34,5 @@
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-model-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>yang-repo-api</artifactId>
-        </dependency>
     </dependencies>
 </project>