Merge "added feature topology manager shell"
authorMadhu Venugopal <mavenugo@gmail.com>
Sat, 2 Aug 2014 07:36:26 +0000 (07:36 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 2 Aug 2014 07:36:26 +0000 (07:36 +0000)
1  2 
features/nsf/src/main/resources/features.xml
opendaylight/commons/opendaylight/pom.xml

index cc3e274ef95eb69dd75c63d462c6d66076c320f0,37c69cf75365371be473d7231baa61ddc5176460..130d72e01ae588780ccaa8d7840be0727874e2da
          <bundle>mvn:org.opendaylight.controller/forwardingrulesmanager.implementation/${forwardingrulesmanager.implementation.version}</bundle>
  
          <bundle>mvn:org.opendaylight.controller/topologymanager/${topologymanager.version}</bundle>
+         <bundle>mvn:org.opendaylight.controller/topologymanager.shell/${topologymanager.shell.version}</bundle>
  
          <bundle>mvn:org.opendaylight.controller/networkconfig.neutron/${networkconfig.neutron.version}</bundle>
          <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.implementation/${networkconfig.neutron.implementation.version}</bundle>
  
          <bundle>mvn:org.opendaylight.controller/hosttracker/${hosttracker.api.version}</bundle>
          <bundle>mvn:org.opendaylight.controller/hosttracker.implementation/${hosttracker.implementation.version}</bundle>
 +        <bundle>mvn:org.opendaylight.controller/hosttracker.shell/${hosttracker.shell.version}</bundle>
  
          <bundle>mvn:org.opendaylight.controller/forwarding.staticrouting</bundle>
  
@@@ -71,4 -71,4 +72,4 @@@
          <bundle>mvn:org.opendaylight.controller/topology.northbound/${topology.northbound.version}</bundle>
          <bundle>mvn:org.opendaylight.controller/usermanager.northbound/${usermanager.northbound.version}</bundle>
      </feature>
- </features>
+ </features>
index dd7d7dfbb9f1d9926b81241bedb68309b777547d,235b95b742d6f4713cfe13674b0dcb9c706a8503..b44a7212caccf1798d7cee1ce0394bcb99fecb8e
@@@ -95,7 -95,6 +95,7 @@@
      <hosttracker.api.version>0.5.2-SNAPSHOT</hosttracker.api.version>
      <hosttracker.implementation.version>0.5.2-SNAPSHOT</hosttracker.implementation.version>
      <hosttracker.northbound.version>0.4.2-SNAPSHOT</hosttracker.northbound.version>
 +    <hosttracker.shell.version>1.0.0-SNAPSHOT</hosttracker.shell.version>
      <hosttracker_new.api.version>0.4.2-SNAPSHOT</hosttracker_new.api.version>
      <hosttracker_new.implementation.version>0.4.2-SNAPSHOT</hosttracker_new.implementation.version>
      <httpservice-bridge.northbound.version>0.0.2-SNAPSHOT</httpservice-bridge.northbound.version>
      <topology.northbound.version>0.4.2-SNAPSHOT</topology.northbound.version>
      <topology.web.version>0.4.2-SNAPSHOT</topology.web.version>
      <topologymanager.version>0.4.2-SNAPSHOT</topologymanager.version>
+     <topologymanager.shell.version>1.0.0-SNAPSHOT</topologymanager.shell.version>
      <troubleshoot.web.version>0.4.2-SNAPSHOT</troubleshoot.web.version>
      <typesafe.config.version>1.2.0</typesafe.config.version>
      <uncommons.maths.version>1.2.2</uncommons.maths.version>
          <artifactId>sal-rest-connector-config</artifactId>
          <version>${mdsal.version}</version>
        </dependency>
 +      <dependency>
 +        <groupId>org.opendaylight.controller</groupId>
 +        <artifactId>config-netty-config</artifactId>
 +        <version>${config.version}</version>
 +      </dependency>
 +      <dependency>
 +        <groupId>org.opendaylight.controller</groupId>
 +        <artifactId>md-sal-config</artifactId>
 +        <version>${mdsal.version}</version>
 +      </dependency>
 +      <dependency>
 +        <groupId>org.opendaylight.controller</groupId>
 +        <artifactId>netconf-config</artifactId>
 +        <version>${netconf.version}</version>
 +      </dependency>
 +      <dependency>
 +        <groupId>org.opendaylight.controller</groupId>
 +        <artifactId>netconf-connector-config</artifactId>
 +        <version>${netconf.version}</version>
 +      </dependency>
        <dependency>
          <groupId>org.opendaylight.controller</groupId>
          <artifactId>sal-rest-docgen</artifactId>
          <artifactId>sample-toaster-provider</artifactId>
          <version>${mdsal.version}</version>
        </dependency>
 +      <dependency>
 +        <groupId>org.opendaylight.controller.samples</groupId>
 +        <artifactId>toaster-config</artifactId>
 +        <version>${mdsal.version}</version>
 +      </dependency>
        <dependency>
          <groupId>org.opendaylight.controller.thirdparty</groupId>
          <artifactId>com.sun.jersey.jersey-servlet</artifactId>