BUG-2637: migrate features
authorMichal Rehak <mirehak@cisco.com>
Fri, 23 Jan 2015 21:12:26 +0000 (22:12 +0100)
committerMichal Rehak <mirehak@cisco.com>
Fri, 20 Feb 2015 18:47:58 +0000 (19:47 +0100)
 - remove migrated features
 - integration test fix:
   - commented out dependencies to models affected by migration
   - adapted sal-binding-it in order not to push those models
     into pax-exam context
   - adapted sal-binding-broker-impl to use those models only in
     test scope
 - cleaned commented code/config

Change-Id: I8e09a7cd9ff9ba0f041abe1bf739be755aed3e8d
Signed-off-by: Michal Rehak <mirehak@cisco.com>
opendaylight/md-sal/sal-binding-broker/pom.xml

index 9346e223df1b0fcb5a0f298386a2912578503c30..1cf0f7f097cf057434d3ebc8b2cac2226ac90259 100644 (file)
     <dependency>
       <groupId>org.opendaylight.controller.model</groupId>
       <artifactId>model-flow-base</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller.model</groupId>
       <artifactId>model-flow-service</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller.model</groupId>
       <artifactId>model-flow-statistics</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>