Bump versions to 6.0.10-SNAPSHOT
[yangtools.git] / yang / yang-xpath-impl / pom.xml
index 445f69788235247d354f7aabf9854f6a480f9c98..01da3f3365972a7014ee283e4200c4d739452cb4 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>6.0.10-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>6.0.1-SNAPSHOT</version>
+    <version>6.0.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
         <dependency>
             <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
-            <version>1.0.19.9</version>
-            <scope>provided</scope>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.component.annotations</artifactId>
-            <version>1.3.0</version>
-            <scope>provided</scope>
         </dependency>
     </dependencies>
 </project>