Merge "Config save support for networkconfiguration.neutron"
authorAlessandro Boch <aboch@cisco.com>
Sat, 18 Jan 2014 16:40:36 +0000 (16:40 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 18 Jan 2014 16:40:36 +0000 (16:40 +0000)
1  2 
opendaylight/networkconfiguration/neutron/implementation/pom.xml

index 1590873b70ebac9b9fcb7ec6cd1b4a6f92a98eff,8e14d9b366227726190f9dc3589e4b3f33a70c74..150f6028022e01e38f5a3558237e9c2281ccc20f
@@@ -50,6 -50,7 +50,7 @@@
            <instructions>
              <Import-Package>
                org.opendaylight.controller.clustering.services,
+               org.opendaylight.controller.configuration,
                org.opendaylight.controller.sal.core,
                org.opendaylight.controller.sal.utils,
                org.apache.felix.dm,
      <dependency>
        <groupId>org.opendaylight.controller</groupId>
        <artifactId>clustering.services</artifactId>
 -      <version>0.4.1-SNAPSHOT</version>
 +      <version>0.5.0-SNAPSHOT</version>
      </dependency>
+     <dependency>
+       <groupId>org.opendaylight.controller</groupId>
+       <artifactId>configuration</artifactId>
+       <version>0.4.1-SNAPSHOT</version>
+     </dependency>
      <dependency>
        <groupId>org.opendaylight.controller</groupId>
        <artifactId>networkconfig.neutron</artifactId>
@@@ -86,7 -92,7 +92,7 @@@
      <dependency>
        <groupId>org.opendaylight.controller</groupId>
        <artifactId>sal</artifactId>
 -      <version>0.5.1-SNAPSHOT</version>
 +      <version>0.7.0-SNAPSHOT</version>
      </dependency>
    </dependencies>
  </project>