Merge "Bump versions of config-subsystem and netconf-subsystem to 0.2.3-SNAPSHOT...
[controller.git] / opendaylight / config / yang-store-impl / pom.xml
index 11224cef2286a9239a12825eedaf179fa1c3fbb5..ae59dde26ca461ee844df5486ae50fd6367a76b9 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>config-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.2.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>yang-store-impl</artifactId>
@@ -15,7 +15,6 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-store-api</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-jmx-generator</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>binding-type-provider</artifactId>
-            <version>${opendaylight.binding.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
@@ -46,7 +43,6 @@
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>
             <artifactId>mockito-configuration</artifactId>
-            <version>${bgpcep.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -66,6 +62,7 @@
 
                         <Import-Package>
                             org.opendaylight.controller.config.yang.store.api,
+                            org.opendaylight.controller.config.yang.store.spi,
                             org.opendaylight.controller.config.yangjmxgenerator,
                             com.google.common.base,
                             com.google.common.collect,
@@ -74,7 +71,6 @@
                             org.osgi.framework,
                             org.osgi.util.tracker,
                             org.slf4j,
-                            javax.*,
                             <!-- YANGTOOLS -->
                             org.opendaylight.yangtools.sal.binding.yang.types,
                             org.opendaylight.yangtools.yang.common,