Merge "Added hosttracker shell for karaf (rebased)"
authorMadhu Venugopal <mavenugo@gmail.com>
Sat, 2 Aug 2014 07:33:30 +0000 (07:33 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 2 Aug 2014 07:33:30 +0000 (07:33 +0000)
1  2 
opendaylight/commons/opendaylight/pom.xml

index cddff451912dfe068279c5afe355522face82368,c21ed7806446e5aefb4fbb5b02857a4e88cc1beb..dd7d7dfbb9f1d9926b81241bedb68309b777547d
@@@ -95,6 -95,7 +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>
          <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>