|
55 | 55 | <blueprint.spring.version>${blueprint.spring.dev.version}</blueprint.spring.version>
|
56 | 56 | <commons-jexl.version>2.1.1</commons-jexl.version>
|
57 | 57 | <depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
|
58 |
| - <exam.version>4.13.5</exam.version> |
59 | 58 | <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
|
60 | 59 | <org.apache.aries.proxy.version>1.1.0</org.apache.aries.proxy.version>
|
61 | 60 | <org.apache.aries.quiesce.api.version>1.0.0</org.apache.aries.quiesce.api.version>
|
|
64 | 63 | <org.apache.servicemix.bundles.aopalliance.version>1.0_6</org.apache.servicemix.bundles.aopalliance.version>
|
65 | 64 | <org.apache.servicemix.bundles.spring.version>5.3.39_1</org.apache.servicemix.bundles.spring.version>
|
66 | 65 | <org.eclipse.osgi.version>3.11.3</org.eclipse.osgi.version>
|
| 66 | + <pax-exam.version>4.13.5</pax-exam.version> |
| 67 | + <pax-tinybundles.version>2.0.0</pax-tinybundles.version> |
| 68 | + <pax-url.version>2.6.16</pax-url.version> |
67 | 69 | <slf4j.version>1.7.7</slf4j.version>
|
68 |
| - <tinybundles.version>2.0.0</tinybundles.version> |
69 |
| - <url.version>2.6.16</url.version> |
70 | 70 | <xbean.version>4.5</xbean.version>
|
71 | 71 | </properties>
|
72 | 72 |
|
|
230 | 230 | <dependency>
|
231 | 231 | <groupId>org.ops4j.pax.exam</groupId>
|
232 | 232 | <artifactId>pax-exam</artifactId>
|
233 |
| - <version>${exam.version}</version> |
| 233 | + <version>${pax-exam.version}</version> |
234 | 234 | <scope>test</scope>
|
235 | 235 | </dependency>
|
236 | 236 | <dependency>
|
237 | 237 | <groupId>org.ops4j.pax.exam</groupId>
|
238 | 238 | <artifactId>pax-exam-container-native</artifactId>
|
239 |
| - <version>${exam.version}</version> |
| 239 | + <version>${pax-exam.version}</version> |
240 | 240 | <scope>test</scope>
|
241 | 241 | </dependency>
|
242 | 242 | <dependency>
|
243 | 243 | <groupId>org.ops4j.pax.exam</groupId>
|
244 | 244 | <artifactId>pax-exam-junit4</artifactId>
|
245 |
| - <version>${exam.version}</version> |
| 245 | + <version>${pax-exam.version}</version> |
246 | 246 | <scope>test</scope>
|
247 | 247 | </dependency>
|
248 | 248 | <dependency>
|
249 | 249 | <groupId>org.ops4j.pax.exam</groupId>
|
250 | 250 | <artifactId>pax-exam-link-mvn</artifactId>
|
251 |
| - <version>${exam.version}</version> |
| 251 | + <version>${pax-exam.version}</version> |
252 | 252 | <scope>test</scope>
|
253 | 253 | </dependency>
|
254 | 254 | <dependency>
|
255 | 255 | <groupId>org.ops4j.pax.url</groupId>
|
256 | 256 | <artifactId>pax-url-aether</artifactId>
|
257 |
| - <version>${url.version}</version> |
| 257 | + <version>${pax-url.version}</version> |
258 | 258 | <scope>test</scope>
|
259 | 259 | </dependency>
|
260 | 260 | <dependency>
|
261 | 261 | <groupId>org.ops4j.pax.tinybundles</groupId>
|
262 | 262 | <artifactId>tinybundles</artifactId>
|
263 |
| - <version>${tinybundles.version}</version> |
| 263 | + <version>${pax-tinybundles.version}</version> |
264 | 264 | </dependency>
|
265 | 265 | <dependency>
|
266 | 266 | <groupId>junit</groupId>
|
|
0 commit comments