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