Merge "Integration test added to netconf-it to test identity (de)serialization."
authorTony Tkacik <ttkacik@cisco.com>
Tue, 25 Feb 2014 11:58:13 +0000 (11:58 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 25 Feb 2014 11:58:13 +0000 (11:58 +0000)
1  2 
opendaylight/netconf/netconf-it/pom.xml

index 549d4074eb48667136f81b29a57ac569000ce353,388e3f7e92e691cbf76a8827ce4c97108206f562..57067f47ecded6b0d9e6bd745b0b0de3df344d3d
@@@ -5,7 -5,7 +5,7 @@@
      <parent>
          <artifactId>netconf-subsystem</artifactId>
          <groupId>org.opendaylight.controller</groupId>
 -        <version>0.2.4-SNAPSHOT</version>
 +        <version>0.2.5-SNAPSHOT</version>
      </parent>
  
      <artifactId>netconf-it</artifactId>
              <artifactId>yang-store-api</artifactId>
              <scope>test</scope>
          </dependency>
-         <dependency>
-             <groupId>${project.groupId}</groupId>
-             <artifactId>yang-test</artifactId>
-             <scope>test</scope>
-         </dependency>
          <dependency>
              <groupId>${project.groupId}</groupId>
              <artifactId>netconf-api</artifactId>
              <artifactId>netconf-monitoring</artifactId>
              <scope>test</scope>
          </dependency>
+         <dependency>
+             <groupId>${project.groupId}</groupId>
+             <artifactId>sal-binding-it</artifactId>
+             <version>${mdsal.version}</version>
+             <scope>test</scope>
+         </dependency>
          <dependency>
              <groupId>${project.groupId}</groupId>
              <artifactId>netconf-mapping-api</artifactId>
              <scope>test</scope>
              <type>test-jar</type>
          </dependency>
+         <dependency>
+             <groupId>org.opendaylight.controller</groupId>
+             <artifactId>yang-test</artifactId>
+             <version>${config.version}</version>
+             <scope>test</scope>
+         </dependency>
          <dependency>
              <groupId>${project.groupId}</groupId>
              <artifactId>yang-store-impl</artifactId>
                      </execution>
                  </executions>
              </plugin>
+             <plugin>
+                 <groupId>org.ops4j.pax.exam</groupId>
+                 <artifactId>maven-paxexam-plugin</artifactId>
+                 <version>1.2.4</version>
+                 <executions>
+                     <execution>
+                         <id>generate-config</id>
+                         <goals>
+                             <goal>generate-depends-file</goal>
+                         </goals>
+                     </execution>
+                 </executions>
+             </plugin>
          </plugins>
      </build>
  </project>