Remove unnecessary variable in netconf-it 83/6283/2
authorGiovanni Meo <gmeo@cisco.com>
Fri, 18 Apr 2014 14:09:09 +0000 (16:09 +0200)
committerAlessandro Boch <aboch@cisco.com>
Sat, 19 Apr 2014 19:50:42 +0000 (19:50 +0000)
- Another roadblock to release of artifact mdsal.version is used as
variable in netconf-it, remove it

Change-Id: I955b7796c46a0852fd74d2ce2d77a033669f5922
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/commons/opendaylight/pom.xml
opendaylight/netconf/netconf-it/pom.xml

index 8be9dbe0c6f189c6619da4b3dd0aaa1fa3544955..2acdd40f468cc514fba3b8936fd99c0388103469 100644 (file)
         <artifactId>sal-binding-api</artifactId>
         <version>${mdsal.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>sal-binding-it</artifactId>
+        <version>${mdsal.version}</version>
+        <scope>test</scope>
+      </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>sal-binding-broker-impl</artifactId>
index 260b7a7ec8dcdda05ff1b6c8b8f2dea7c4410a28..b330f9bcd4f05b915e76caf878dc0fa25e6489e2 100644 (file)
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>sal-binding-it</artifactId>
-      <version>${mdsal.version}</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>