Merge "Created Sample Feature Test Class for Base Feature Repository"
authorMadhu Venugopal <mavenugo@gmail.com>
Sat, 2 Aug 2014 08:34:32 +0000 (08:34 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 2 Aug 2014 08:34:32 +0000 (08:34 +0000)
1  2 
opendaylight/commons/opendaylight/pom.xml

index b44a7212caccf1798d7cee1ce0394bcb99fecb8e,ce014fc02d608679c425e588fb90648506047d90..c4ab2edcb3a41f654106fc7b7b58b473faca6b84
@@@ -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>
      <northbound.jolokia.version>1.4.2-SNAPSHOT</northbound.jolokia.version>
      <opendaylight-l2-types.version>2013.08.27.4-SNAPSHOT</opendaylight-l2-types.version>
      <osgi-brandfragment.web.version>0.0.2-SNAPSHOT</osgi-brandfragment.web.version>
+     <pax.exam.version>4.0.0</pax.exam.version>
      <parboiled.version>1.1.6</parboiled.version>
      <parboiled.scala.version>1.1.6</parboiled.scala.version>
      <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.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>
            <includeTestSourceDirectory>true</includeTestSourceDirectory>
            <sourceDirectory>${project.basedir}</sourceDirectory>
            <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
 -          <excludes>**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/,**\/xtend-gen\/</excludes>
 +          <excludes>**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/,**\/xtend-gen\/,**\/protobuff\/</excludes>
          </configuration>
          <dependencies>
            <dependency>