802b3acb9f26c2b1c4c41cfa4554ac446af13461
[affinity.git] / analytics / integrationtest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5
6   <parent>
7     <groupId>org.opendaylight.affinity</groupId>
8     <artifactId>affinityParent</artifactId>
9     <version>0.4.1-SNAPSHOT</version>
10     <relativePath>../..</relativePath>
11   </parent>
12
13   <groupId>org.opendaylight.affinity</groupId>
14   <artifactId>analytics.integrationtest</artifactId>
15   <version>0.4.0-SNAPSHOT</version>
16
17   <build>
18     <pluginManagement>
19       <plugins>
20         <plugin>
21           <groupId>org.jacoco</groupId>
22           <artifactId>jacoco-maven-plugin</artifactId>
23           <version>0.5.3.201107060350</version>
24         </plugin>
25       </plugins>
26     </pluginManagement>
27     <plugins>
28       <plugin>
29        <groupId>org.ops4j.pax.exam</groupId>
30        <artifactId>maven-paxexam-plugin</artifactId>
31        <version>1.2.4</version>
32         <executions>
33           <execution>
34             <id>generate-config</id>
35             <goals>
36               <goal>generate-depends-file</goal>
37             </goals>
38           </execution>
39         </executions>
40       </plugin>
41       <plugin>
42         <groupId>org.jacoco</groupId>
43         <artifactId>jacoco-maven-plugin</artifactId>
44         <version>0.5.3.201107060350</version>
45         <configuration>
46           <destFile>../implementation/target/jacoco-it.exec</destFile>
47           <includes>org.opendaylight.controller.*</includes>
48         </configuration>
49         <executions>
50           <execution>
51             <id>pre-test</id>
52             <goals>
53               <goal>prepare-agent</goal>
54             </goals>
55           </execution>
56           <execution>
57             <id>post-test</id>
58             <configuration>
59               <skip>true</skip>
60             </configuration>
61           </execution>
62         </executions>
63       </plugin>
64     </plugins>
65   </build>
66
67   <dependencies>
68     <dependency>
69         <groupId>org.ops4j.pax.exam</groupId>
70         <artifactId>pax-exam-container-native</artifactId>
71         <version>${exam.version}</version>
72         <scope>test</scope>
73     </dependency>
74     <dependency>
75         <groupId>org.ops4j.pax.exam</groupId>
76         <artifactId>pax-exam-junit4</artifactId>
77         <version>${exam.version}</version>
78         <scope>test</scope>
79     </dependency>
80     <dependency>
81         <groupId>org.ops4j.pax.exam</groupId>
82         <artifactId>pax-exam-link-mvn</artifactId>
83         <version>${exam.version}</version>
84         <scope>test</scope>
85     </dependency>
86     <dependency>
87         <groupId>org.ops4j.pax.url</groupId>
88         <artifactId>pax-url-aether</artifactId>
89         <version>${url.version}</version>
90         <scope>test</scope>
91     </dependency>
92     <dependency>
93       <groupId>junit</groupId>
94       <artifactId>junit</artifactId>
95       <version>${junit.version}</version>
96       <scope>test</scope>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.affinity</groupId>
100       <artifactId>affinity</artifactId>
101       <version>0.4.0-SNAPSHOT</version>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.affinity</groupId>
105       <artifactId>affinity.implementation</artifactId>
106       <version>0.4.0-SNAPSHOT</version>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.affinity</groupId>
110       <artifactId>analytics</artifactId>
111       <version>0.4.0-SNAPSHOT</version>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.affinity</groupId>
115       <artifactId>analytics.implementation</artifactId>
116       <version>0.4.0-SNAPSHOT</version>
117     </dependency>
118     <dependency>
119       <groupId>org.opendaylight.controller</groupId>
120       <artifactId>clustering.services</artifactId>
121       <version>0.4.0-SNAPSHOT</version>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.controller</groupId>
125       <artifactId>clustering.stub</artifactId>
126       <version>0.4.0-SNAPSHOT</version>
127     </dependency>
128     <dependency>
129       <groupId>org.opendaylight.controller</groupId>
130       <artifactId>configuration</artifactId>
131       <version>0.4.0-SNAPSHOT</version>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.controller</groupId>
135       <artifactId>configuration.implementation</artifactId>
136       <version>0.4.0-SNAPSHOT</version>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.controller</groupId>
140       <artifactId>containermanager</artifactId>
141       <version>0.5.0-SNAPSHOT</version>
142     </dependency>
143     <dependency>
144       <groupId>org.opendaylight.controller</groupId>
145       <artifactId>containermanager.it.implementation</artifactId>
146       <version>0.5.0-SNAPSHOT</version>
147     </dependency>
148     <dependency>
149       <groupId>org.opendaylight.controller</groupId>
150       <artifactId>forwardingrulesmanager</artifactId>
151       <version>0.4.0-SNAPSHOT</version>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.controller</groupId>
155       <artifactId>hosttracker</artifactId>
156       <version>0.4.0-SNAPSHOT</version>
157     </dependency>
158     <dependency>
159       <groupId>org.opendaylight.controller</groupId>
160       <artifactId>hosttracker.implementation</artifactId>
161       <version>0.4.0-SNAPSHOT</version>
162     </dependency>
163     <dependency>
164       <groupId>org.opendaylight.controller</groupId>
165       <artifactId>sal</artifactId>
166       <version>0.5.0-SNAPSHOT</version>
167     </dependency>
168      <dependency>
169       <groupId>org.opendaylight.controller</groupId>
170       <artifactId>sal.implementation</artifactId>
171       <version>0.4.0-SNAPSHOT</version>
172     </dependency>
173     <dependency>
174       <groupId>org.opendaylight.controller</groupId>
175       <artifactId>statisticsmanager</artifactId>
176       <version>0.4.0-SNAPSHOT</version>
177     </dependency>
178     <dependency>
179       <groupId>org.opendaylight.controller</groupId>
180       <artifactId>statisticsmanager.implementation</artifactId>
181       <version>0.4.0-SNAPSHOT</version>
182     </dependency>
183     <dependency>
184       <groupId>org.opendaylight.controller</groupId>
185       <artifactId>switchmanager.implementation</artifactId>
186       <version>0.4.0-SNAPSHOT</version>
187     </dependency>
188     <dependency>
189       <groupId>org.opendaylight.controller</groupId>
190       <artifactId>switchmanager</artifactId>
191       <version>0.5.0-SNAPSHOT</version>
192     </dependency>
193     <dependency>
194       <groupId>org.opendaylight.controller</groupId>
195       <artifactId>topologymanager</artifactId>
196       <version>0.4.0-SNAPSHOT</version>
197     </dependency>
198   </dependencies>
199 </project>