Release yangtools
[yangtools.git] / xpath / yang-xpath-impl / pom.xml
index bff1f03e2d5577881781cac20c8de9ee8f9f8a38..c78603c6c98ee6527af5f6240af276fca4913942 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.0-SNAPSHOT</version>
+        <version>8.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>8.0.0-SNAPSHOT</version>
+    <version>8.0.0</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.service.component.annotations</artifactId>
-        </dependency>
     </dependencies>
 
     <build>