|
43 | 43 | <asm.version>5.0.3</asm.version>
|
44 | 44 | <cdi-api.version>1.2</cdi-api.version>
|
45 | 45 | <depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
|
46 |
| - <exam.version>4.13.3</exam.version> |
| 46 | + <exam.version>4.13.5</exam.version> |
47 | 47 | <geronimo-connector.version>3.1.1</geronimo-connector.version>
|
48 | 48 | <geronimo-j2ee-connector_1.6_spec.version>1.0</geronimo-j2ee-connector_1.6_spec.version>
|
49 | 49 | <geronimo-validation_1.0_spec.version>1.1</geronimo-validation_1.0_spec.version>
|
|
65 | 65 | <org.apache.servicemix.bundles.javax-inject.version>1_2</org.apache.servicemix.bundles.javax-inject.version>
|
66 | 66 | <org.eclipse.osgi.version>3.22.0</org.eclipse.osgi.version>
|
67 | 67 | <org.osgi.core.version>6.0.0</org.osgi.core.version>
|
| 68 | + <pax-swissbox.version>1.8.3</pax-swissbox.version> |
68 | 69 | <slf4j-api.version>1.7.7</slf4j-api.version>
|
69 | 70 | <tinybundles.version>2.0.0</tinybundles.version>
|
70 | 71 | <url.version>2.6.16</url.version>
|
|
255 | 256 | <artifactId>tinybundles</artifactId>
|
256 | 257 | <version>${tinybundles.version}</version>
|
257 | 258 | </dependency>
|
| 259 | + <!-- Explicit dependency for swissbox to fix https://github.com/ops4j/org.ops4j.pax.exam/issues/1124 --> |
| 260 | + <dependency> |
| 261 | + <groupId>org.ops4j.pax.swissbox</groupId> |
| 262 | + <artifactId>pax-swissbox-framework</artifactId> |
| 263 | + <version>${pax-swissbox.version}</version> |
| 264 | + <scope>test</scope> |
| 265 | + </dependency> |
| 266 | + <dependency> |
| 267 | + <groupId>org.ops4j.pax.swissbox</groupId> |
| 268 | + <artifactId>pax-swissbox-tracker</artifactId> |
| 269 | + <version>${pax-swissbox.version}</version> |
| 270 | + <scope>test</scope> |
| 271 | + </dependency> |
258 | 272 | <dependency>
|
259 | 273 | <groupId>junit</groupId>
|
260 | 274 | <artifactId>junit</artifactId>
|
|
0 commit comments