Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
Clement Escoffier | 9471199 | 2013-10-08 14:24:52 +0000 | [diff] [blame] | 19 | <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/xsd/maven-4.0.0.xsd"> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 23 | <version>2.1</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 24 | <relativePath>../../../pom/pom.xml</relativePath> |
| 25 | </parent> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 26 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 28 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 29 | <artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId> |
Clement Escoffier | e6c01dc | 2014-01-20 16:12:24 +0000 | [diff] [blame] | 30 | <version>1.11.2-SNAPSHOT</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 31 | <name>Apache Felix iPOJO Runtime Project ~ Core Integration Tests</name> |
| 32 | <packaging>pom</packaging> |
| 33 | |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 34 | <properties> |
| 35 | <!-- Tests are enabled only when the 'test' profile is activated --> |
| 36 | <skipTestExecution>true</skipTestExecution> |
| 37 | |
Clement Escoffier | e46023f | 2013-06-22 08:33:57 +0000 | [diff] [blame] | 38 | <exam.version>3.0.1</exam.version> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 39 | <url.version>1.5.1</url.version> |
| 40 | |
| 41 | <felix.version>4.2.0</felix.version> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 42 | <equinox.version>3.9.0.v20130529-1710</equinox.version> |
| 43 | <knoperflerfish.version>6.0.2</knoperflerfish.version> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 44 | |
Clement Escoffier | 6314757 | 2014-01-20 15:27:04 +0000 | [diff] [blame] | 45 | <manipulator.version>1.11.1</manipulator.version> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 46 | </properties> |
| 47 | |
| 48 | <modules> |
| 49 | <module>ipojo-core-annotations-test</module> |
| 50 | <module>ipojo-core-bad-configuration-test</module> |
| 51 | <module>ipojo-core-configuration-admin-test</module> |
| 52 | <module>ipojo-core-configuration-processor-test</module> |
| 53 | <module>ipojo-core-configuration-test</module> |
Guillaume Sauthier | 6143926 | 2014-02-24 13:16:49 +0000 | [diff] [blame] | 54 | <module>ipojo-core-declaration-test</module> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 55 | <module>ipojo-core-external-handlers-test</module> |
| 56 | <module>ipojo-core-factory-test</module> |
| 57 | <module>ipojo-core-factory-version-test</module> |
| 58 | <module>ipojo-core-handler-test</module> |
| 59 | <module>ipojo-core-lifecycle-callback-test</module> |
| 60 | <module>ipojo-core-lifecycle-controller-test</module> |
| 61 | <module>ipojo-core-logger-test</module> |
| 62 | <module>ipojo-core-service-dependency-optional-test</module> |
| 63 | <module>ipojo-core-service-dependency-policies</module> |
| 64 | <module>ipojo-core-service-dependency-proxies</module> |
| 65 | <module>ipojo-core-service-dependency-test</module> |
Clement Escoffier | 9178b07 | 2013-09-26 17:51:18 +0000 | [diff] [blame] | 66 | <module>ipojo-core-service-dependency-timeout-test</module> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 67 | <module>ipojo-core-service-dependency-interceptor-test</module> |
| 68 | <module>ipojo-core-service-providing-test</module> |
Clement Escoffier | d3b68ee | 2013-06-22 13:15:49 +0000 | [diff] [blame] | 69 | <module>ipojo-api-test</module> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 70 | <module>ipojo-compatibility-test</module> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 71 | </modules> |
| 72 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 73 | <build> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 74 | <plugins> |
| 75 | <plugin> |
| 76 | <groupId>org.apache.maven.plugins</groupId> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 77 | <artifactId>maven-surefire-plugin</artifactId> |
| 78 | <version>2.14.1</version> |
| 79 | <configuration> |
| 80 | <systemPropertyVariables> |
| 81 | <!-- TIME_FACTOR can be set from the command line with -DTIME_FACTOR=9--> |
| 82 | <TIME_FACTOR>${TIME_FACTOR}</TIME_FACTOR> |
Clement Escoffier | e02f77d | 2013-10-04 13:01:45 +0000 | [diff] [blame] | 83 | <!-- Defined by the profiles --> |
| 84 | <pax.exam.framework>${pax.exam.framework}</pax.exam.framework> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 85 | </systemPropertyVariables> |
Clement Escoffier | e46023f | 2013-06-22 08:33:57 +0000 | [diff] [blame] | 86 | <skipTests>${skipTestExecution}</skipTests> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 87 | </configuration> |
| 88 | </plugin> |
| 89 | |
| 90 | <plugin> |
| 91 | <groupId>org.apache.maven.plugins</groupId> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 92 | <artifactId>maven-compiler-plugin</artifactId> |
| 93 | <version>2.5.1</version> |
| 94 | <configuration> |
| 95 | <source>1.6</source> |
| 96 | <target>1.6</target> |
| 97 | </configuration> |
| 98 | </plugin> |
| 99 | |
| 100 | <plugin> |
| 101 | <groupId>org.apache.servicemix.tooling</groupId> |
| 102 | <artifactId>depends-maven-plugin</artifactId> |
| 103 | <version>1.2</version> |
| 104 | <executions> |
| 105 | <execution> |
| 106 | <id>generate-config</id> |
| 107 | <goals> |
| 108 | <goal>generate-depends-file</goal> |
| 109 | </goals> |
| 110 | </execution> |
| 111 | </executions> |
| 112 | </plugin> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 113 | |
| 114 | <plugin> |
| 115 | <groupId>org.apache.rat</groupId> |
| 116 | <artifactId>apache-rat-plugin</artifactId> |
| 117 | <executions> |
| 118 | <execution> |
| 119 | <phase>verify</phase> |
| 120 | <goals> |
| 121 | <goal>check</goal> |
| 122 | </goals> |
| 123 | </execution> |
| 124 | </executions> |
| 125 | <configuration> |
| 126 | <!-- check src only (except remote resources additions) --> |
| 127 | <includes> |
| 128 | <include>src/**</include> |
| 129 | </includes> |
| 130 | <excludes> |
| 131 | <exclude>src/main/appended-resources/**</exclude> |
Clement Escoffier | dc197b3 | 2013-05-07 07:39:24 +0000 | [diff] [blame] | 132 | <exclude>**/*.iml</exclude> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 133 | </excludes> |
| 134 | </configuration> |
| 135 | </plugin> |
Clement Escoffier | 2c47f5f | 2013-06-04 19:46:29 +0000 | [diff] [blame] | 136 | |
| 137 | <plugin> |
| 138 | <artifactId>maven-deploy-plugin</artifactId> |
| 139 | <version>2.4</version> |
| 140 | <configuration> |
| 141 | <skip>true</skip> |
| 142 | </configuration> |
| 143 | </plugin> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 144 | </plugins> |
| 145 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 146 | </build> |
| 147 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 148 | |
| 149 | <dependencies> |
| 150 | |
| 151 | <dependency> |
| 152 | <groupId>org.ops4j.pax.exam</groupId> |
| 153 | <artifactId>pax-exam-container-native</artifactId> |
| 154 | <version>${exam.version}</version> |
| 155 | <scope>test</scope> |
| 156 | </dependency> |
| 157 | |
| 158 | <dependency> |
| 159 | <groupId>org.ops4j.pax.exam</groupId> |
| 160 | <artifactId>pax-exam-junit4</artifactId> |
| 161 | <version>${exam.version}</version> |
| 162 | <scope>test</scope> |
| 163 | </dependency> |
| 164 | |
| 165 | <dependency> |
| 166 | <groupId>org.ops4j.pax.exam</groupId> |
| 167 | <artifactId>pax-exam-link-mvn</artifactId> |
| 168 | <version>${exam.version}</version> |
| 169 | <scope>test</scope> |
| 170 | </dependency> |
| 171 | |
| 172 | <dependency> |
| 173 | <groupId>org.ops4j.pax.url</groupId> |
| 174 | <artifactId>pax-url-aether</artifactId> |
| 175 | <version>${url.version}</version> |
| 176 | <scope>test</scope> |
| 177 | </dependency> |
| 178 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 179 | <dependency> |
| 180 | <groupId>ch.qos.logback</groupId> |
| 181 | <artifactId>logback-core</artifactId> |
| 182 | <version>0.9.6</version> |
| 183 | <scope>test</scope> |
| 184 | </dependency> |
| 185 | |
| 186 | <dependency> |
| 187 | <groupId>ch.qos.logback</groupId> |
| 188 | <artifactId>logback-classic</artifactId> |
| 189 | <version>0.9.6</version> |
| 190 | <scope>test</scope> |
| 191 | </dependency> |
| 192 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 193 | <dependency> |
| 194 | <groupId>junit</groupId> |
| 195 | <artifactId>junit</artifactId> |
| 196 | <version>4.9</version> |
| 197 | <scope>test</scope> |
| 198 | </dependency> |
| 199 | |
| 200 | <dependency> |
| 201 | <groupId>org.mockito</groupId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 202 | <artifactId>mockito-all</artifactId> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 203 | <version>1.9.5</version> |
| 204 | </dependency> |
| 205 | |
| 206 | <dependency> |
| 207 | <groupId>org.ops4j.pax.tinybundles</groupId> |
| 208 | <artifactId>tinybundles</artifactId> |
| 209 | <version>1.0.0</version> |
| 210 | </dependency> |
| 211 | |
| 212 | <dependency> |
Clement Escoffier | 4f6fb5f | 2013-03-12 13:15:33 +0000 | [diff] [blame] | 213 | <groupId>org.ow2.chameleon.testing</groupId> |
| 214 | <artifactId>tinybundles-ipojo</artifactId> |
| 215 | <version>0.3.0</version> |
Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 216 | <scope>test</scope> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 217 | </dependency> |
| 218 | |
| 219 | <dependency> |
| 220 | <groupId>org.apache.felix</groupId> |
| 221 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | 6dc8de1 | 2013-06-21 16:39:45 +0000 | [diff] [blame] | 222 | <version>${manipulator.version}</version> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 223 | </dependency> |
| 224 | |
| 225 | <dependency> |
| 226 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 4f6fb5f | 2013-03-12 13:15:33 +0000 | [diff] [blame] | 227 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | e6c01dc | 2014-01-20 16:12:24 +0000 | [diff] [blame] | 228 | <version>1.11.2-SNAPSHOT</version> |
Clement Escoffier | bb01a8c | 2013-05-07 07:17:04 +0000 | [diff] [blame] | 229 | <exclusions> |
| 230 | <exclusion> |
| 231 | <groupId>org.osgi</groupId> |
| 232 | <artifactId>org.osgi.core</artifactId> |
| 233 | </exclusion> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 234 | <exclusion> |
| 235 | <groupId>org.osgi</groupId> |
| 236 | <artifactId>org.osgi.compendium</artifactId> |
| 237 | </exclusion> |
Clement Escoffier | bb01a8c | 2013-05-07 07:17:04 +0000 | [diff] [blame] | 238 | </exclusions> |
Clement Escoffier | 4f6fb5f | 2013-03-12 13:15:33 +0000 | [diff] [blame] | 239 | </dependency> |
| 240 | |
| 241 | <dependency> |
| 242 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 0b907fb | 2013-05-06 13:25:52 +0000 | [diff] [blame] | 243 | <artifactId>org.apache.felix.ipojo.annotations</artifactId> |
Clement Escoffier | cc18202 | 2013-10-08 14:09:24 +0000 | [diff] [blame] | 244 | <version>${manipulator.version}</version> |
Clement Escoffier | 0b907fb | 2013-05-06 13:25:52 +0000 | [diff] [blame] | 245 | </dependency> |
| 246 | |
| 247 | <dependency> |
| 248 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 249 | <artifactId>org.apache.felix.configadmin</artifactId> |
| 250 | <version>1.6.0</version> |
| 251 | <scope>test</scope> |
| 252 | </dependency> |
| 253 | |
| 254 | <dependency> |
| 255 | <groupId>commons-io</groupId> |
| 256 | <artifactId>commons-io</artifactId> |
| 257 | <version>2.4</version> |
| 258 | </dependency> |
| 259 | |
| 260 | <dependency> |
| 261 | <groupId>org.ow2.chameleon.testing</groupId> |
| 262 | <artifactId>osgi-helpers</artifactId> |
Clement Escoffier | 0695494 | 2014-01-20 16:07:07 +0000 | [diff] [blame] | 263 | <version>0.6.1</version> |
Clement Escoffier | cfae791 | 2013-05-08 16:51:29 +0000 | [diff] [blame] | 264 | <exclusions> |
| 265 | <exclusion> |
| 266 | <groupId>org.osgi</groupId> |
| 267 | <artifactId>org.osgi.core</artifactId> |
| 268 | </exclusion> |
| 269 | </exclusions> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 270 | </dependency> |
| 271 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 272 | |
| 273 | <dependency> |
| 274 | <groupId>org.apache.felix</groupId> |
| 275 | <artifactId>org.apache.felix.ipojo.handler.eventadmin</artifactId> |
| 276 | <!-- |
| 277 | We use the released version as we don't really have to do any behavioral test on the handler in the core |
| 278 | test. |
| 279 | --> |
| 280 | <version>1.8.0</version> |
Clement Escoffier | bb01a8c | 2013-05-07 07:17:04 +0000 | [diff] [blame] | 281 | <exclusions> |
| 282 | <exclusion> |
| 283 | <groupId>org.osgi</groupId> |
| 284 | <artifactId>org.osgi.core</artifactId> |
| 285 | </exclusion> |
| 286 | </exclusions> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 287 | </dependency> |
| 288 | |
| 289 | <dependency> |
| 290 | <groupId>org.apache.felix</groupId> |
| 291 | <artifactId>org.apache.felix.log</artifactId> |
| 292 | <version>1.0.1</version> |
Clement Escoffier | bb01a8c | 2013-05-07 07:17:04 +0000 | [diff] [blame] | 293 | <exclusions> |
| 294 | <exclusion> |
| 295 | <groupId>org.osgi</groupId> |
| 296 | <artifactId>org.osgi.core</artifactId> |
| 297 | </exclusion> |
| 298 | </exclusions> |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 299 | </dependency> |
| 300 | |
| 301 | <dependency> |
| 302 | <groupId>org.ops4j.pax.url</groupId> |
| 303 | <artifactId>pax-url-wrap</artifactId> |
| 304 | <version>1.5.2</version> |
| 305 | </dependency> |
Clement Escoffier | e050be0 | 2013-06-12 11:38:27 +0000 | [diff] [blame] | 306 | |
| 307 | <dependency> |
| 308 | <groupId>org.easytesting</groupId> |
| 309 | <artifactId>fest-assert</artifactId> |
| 310 | <version>1.4</version> |
| 311 | </dependency> |
Clement Escoffier | d550b80 | 2013-06-22 08:00:56 +0000 | [diff] [blame] | 312 | |
Clement Escoffier | a0030f5 | 2013-02-18 20:43:25 +0000 | [diff] [blame] | 313 | </dependencies> |
| 314 | |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 315 | <profiles> |
| 316 | <profile> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 317 | <id>default</id> |
| 318 | <activation> |
| 319 | <activeByDefault>true</activeByDefault> |
| 320 | </activation> |
Clement Escoffier | e02f77d | 2013-10-04 13:01:45 +0000 | [diff] [blame] | 321 | <properties> |
| 322 | <pax.exam.framework>none</pax.exam.framework> |
| 323 | </properties> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 324 | <dependencies> |
| 325 | <dependency> |
| 326 | <groupId>org.osgi</groupId> |
| 327 | <artifactId>org.osgi.compendium</artifactId> |
| 328 | <version>4.3.0</version> |
| 329 | </dependency> |
| 330 | <dependency> |
| 331 | <groupId>org.osgi</groupId> |
| 332 | <artifactId>org.osgi.core</artifactId> |
| 333 | <version>4.3.1</version> |
| 334 | </dependency> |
| 335 | </dependencies> |
| 336 | </profile> |
| 337 | <profile> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 338 | <id>knopflerfish</id> |
| 339 | <activation> |
| 340 | <activeByDefault>false</activeByDefault> |
| 341 | <property> |
| 342 | <name>pax.exam.framework</name> |
| 343 | <value>knopflerfish</value> |
| 344 | </property> |
| 345 | </activation> |
| 346 | <properties> |
| 347 | <pax.exam.framework>knopflerfish</pax.exam.framework> |
| 348 | </properties> |
| 349 | <repositories> |
| 350 | <repository> |
| 351 | <id>knopflerfish-releases</id> |
| 352 | <url>http://www.knopflerfish.org/maven2</url> |
| 353 | </repository> |
| 354 | </repositories> |
| 355 | <dependencies> |
| 356 | <dependency> |
| 357 | <groupId>org.knopflerfish</groupId> |
| 358 | <artifactId>framework</artifactId> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 359 | <version>${knoperflerfish.version}</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 360 | <scope>test</scope> |
| 361 | </dependency> |
Clement Escoffier | c1fe8d8 | 2013-09-18 09:13:50 +0000 | [diff] [blame] | 362 | <dependency> |
| 363 | <!-- must be after KF --> |
| 364 | <groupId>org.osgi</groupId> |
| 365 | <artifactId>org.osgi.core</artifactId> |
| 366 | <version>4.3.1</version> |
| 367 | </dependency> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 368 | </dependencies> |
| 369 | </profile> |
| 370 | |
| 371 | <profile> |
| 372 | <id>equinox</id> |
| 373 | <activation> |
| 374 | <activeByDefault>false</activeByDefault> |
| 375 | <property> |
| 376 | <name>pax.exam.framework</name> |
| 377 | <value>equinox</value> |
| 378 | </property> |
| 379 | </activation> |
| 380 | <properties> |
| 381 | <pax.exam.framework>equinox</pax.exam.framework> |
| 382 | </properties> |
| 383 | <dependencies> |
| 384 | <dependency> |
Clement Escoffier | de7cc91 | 2013-09-17 18:26:27 +0000 | [diff] [blame] | 385 | <groupId>org.osgi</groupId> |
| 386 | <artifactId>org.osgi.compendium</artifactId> |
| 387 | <version>4.3.0</version> |
| 388 | </dependency> |
| 389 | <dependency> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 390 | <groupId>org.eclipse.tycho</groupId> |
| 391 | <artifactId>org.eclipse.osgi</artifactId> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 392 | <version>${equinox.version}</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 393 | <scope>test</scope> |
| 394 | </dependency> |
Clement Escoffier | c1fe8d8 | 2013-09-18 09:13:50 +0000 | [diff] [blame] | 395 | <dependency> |
| 396 | <!-- must be after equinox --> |
| 397 | <groupId>org.osgi</groupId> |
| 398 | <artifactId>org.osgi.core</artifactId> |
| 399 | <version>4.3.1</version> |
| 400 | </dependency> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 401 | </dependencies> |
| 402 | </profile> |
| 403 | |
| 404 | <profile> |
| 405 | <id>felix</id> |
| 406 | <activation> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 407 | <activeByDefault>false</activeByDefault> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 408 | <property> |
| 409 | <name>pax.exam.framework</name> |
| 410 | <value>felix</value> |
| 411 | </property> |
| 412 | </activation> |
| 413 | <properties> |
| 414 | <pax.exam.framework>felix</pax.exam.framework> |
| 415 | </properties> |
| 416 | <dependencies> |
| 417 | <dependency> |
| 418 | <groupId>org.apache.felix</groupId> |
| 419 | <artifactId>org.apache.felix.framework</artifactId> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 420 | <version>${felix.version}</version> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 421 | </dependency> |
| 422 | </dependencies> |
| 423 | </profile> |
| 424 | |
| 425 | <profile> |
| 426 | <id>test</id> |
Clement Escoffier | a243586 | 2013-06-22 07:22:44 +0000 | [diff] [blame] | 427 | <properties> |
| 428 | <skipTestExecution>false</skipTestExecution> |
| 429 | </properties> |
Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 430 | </profile> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 431 | </profiles> |
Clement Escoffier | 1c47f28 | 2013-02-13 16:26:18 +0000 | [diff] [blame] | 432 | </project> |