Update to new version of the artifacts proposed by jenkins-affinity-version-changes-12
[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.5.0</version>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.controller</groupId>
66       <artifactId>clustering.stub</artifactId>
67       <version>0.4.1</version>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.controller</groupId>
71       <artifactId>configuration</artifactId>
72       <version>0.4.1</version>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.controller</groupId>
76       <artifactId>configuration.implementation</artifactId>
77       <version>0.4.1</version>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.controller</groupId>
81       <artifactId>containermanager</artifactId>
82       <version>0.5.1</version>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.controller</groupId>
86       <artifactId>containermanager.it.implementation</artifactId>
87       <version>0.5.1</version>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.controller</groupId>
91       <artifactId>forwardingrulesmanager</artifactId>
92       <version>0.5.0</version>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.controller</groupId>
96       <artifactId>hosttracker</artifactId>
97       <version>0.5.1</version>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.controller</groupId>
101       <artifactId>hosttracker.implementation</artifactId>
102       <version>0.5.1</version>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.controller</groupId>
106       <artifactId>sal</artifactId>
107       <version>0.7.0</version>
108     </dependency>
109      <dependency>
110       <groupId>org.opendaylight.controller</groupId>
111       <artifactId>sal.implementation</artifactId>
112       <version>0.4.1</version>
113     </dependency>
114    <dependency>
115       <groupId>org.opendaylight.controller</groupId>
116       <artifactId>statisticsmanager</artifactId>
117       <version>0.5.0</version>
118     </dependency>
119     <dependency>
120       <groupId>org.opendaylight.controller</groupId>
121       <artifactId>statisticsmanager.implementation</artifactId>
122       <version>0.4.1</version>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.controller</groupId>
126       <artifactId>switchmanager.implementation</artifactId>
127       <version>0.4.1</version>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.controller</groupId>
131       <artifactId>switchmanager</artifactId>
132       <version>0.7.0</version>
133     </dependency>
134     <dependency>
135       <groupId>org.opendaylight.controller</groupId>
136       <artifactId>topologymanager</artifactId>
137       <version>0.4.1</version>
138     </dependency>
139   </dependencies>
140   <build>
141     <pluginManagement>
142       <plugins>
143         <plugin>
144           <artifactId>maven-compiler-plugin</artifactId>
145           <configuration>
146             <source>1.7</source>
147             <target>1.7</target>
148           </configuration>
149         </plugin>        
150         <plugin>
151           <groupId>org.jacoco</groupId>
152           <artifactId>jacoco-maven-plugin</artifactId>
153           <version>0.5.3.201107060350</version>
154         </plugin>
155       </plugins>
156     </pluginManagement>
157     <plugins>
158       <plugin>
159         <groupId>org.jacoco</groupId>
160         <artifactId>jacoco-maven-plugin</artifactId>
161         <version>0.5.3.201107060350</version>
162         <configuration>
163           <destFile>../implementation/target/jacoco-it.exec</destFile>
164           <includes>org.opendaylight.controller.*</includes>
165         </configuration>
166         <executions>
167           <execution>
168             <id>pre-test</id>
169             <goals>
170               <goal>prepare-agent</goal>
171             </goals>
172           </execution>
173           <execution>
174             <id>post-test</id>
175             <configuration>
176               <skip>true</skip>
177             </configuration>
178           </execution>
179         </executions>
180       </plugin>
181     </plugins>
182   </build>
183 </project>