1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
4 <groupId>org.opendaylight.controller</groupId>
5 <artifactId>itests-controller</artifactId>
6 <version>1.6.0-SNAPSHOT</version>
7 <relativePath>../pom.xml</relativePath>
9 <artifactId>base-features-it</artifactId>
10 <name>base-features-it</name>
11 <packaging>jar</packaging>
14 <groupId>org.opendaylight.controller</groupId>
15 <artifactId>base-features</artifactId>
16 <version>${project.version}</version>
17 <classifier>features</classifier>
21 <groupId>org.slf4j</groupId>
22 <artifactId>slf4j-api</artifactId>
24 <!-- Dependencies for pax exam karaf container -->
26 <groupId>org.ops4j.pax.exam</groupId>
27 <artifactId>pax-exam-container-karaf</artifactId>
31 <groupId>org.ops4j.pax.exam</groupId>
32 <artifactId>pax-exam-junit4</artifactId>
36 <groupId>org.ops4j.pax.exam</groupId>
37 <artifactId>pax-exam</artifactId>
41 <groupId>org.ops4j.pax.url</groupId>
42 <artifactId>pax-url-aether</artifactId>
46 <groupId>javax.inject</groupId>
47 <artifactId>javax.inject</artifactId>
52 <groupId>org.apache.karaf.features</groupId>
53 <artifactId>org.apache.karaf.features.core</artifactId>
54 <version>${karaf.version}</version>
58 <groupId>org.osgi</groupId>
59 <artifactId>org.osgi.core</artifactId>
63 <groupId>junit</groupId>
64 <artifactId>junit</artifactId>
72 <!-- Needed if you use versionAsInProject() -->
74 <groupId>org.apache.servicemix.tooling</groupId>
75 <artifactId>depends-maven-plugin</artifactId>
76 <version>1.2</version>
79 <id>generate-depends-file</id>
81 <goal>generate-depends-file</goal>