|
24 | 24 | <parent>
|
25 | 25 | <groupId>org.apache.aries</groupId>
|
26 | 26 | <artifactId>parent</artifactId>
|
27 |
| - <version>2.0.0</version> |
| 27 | + <version>2.1.2-SNAPSHOT</version> |
28 | 28 | <relativePath>../../parent/pom.xml</relativePath>
|
29 | 29 | </parent>
|
30 | 30 |
|
|
46 | 46 | <properties>
|
47 | 47 | <asm-all.version>5.0.3</asm-all.version>
|
48 | 48 | <depends-maven-plugin.version>1.3</depends-maven-plugin.version>
|
49 |
| - <exam.version>4.5.0</exam.version> |
| 49 | + <exam.version>4.13.5</exam.version> |
50 | 50 | <geronimo-jta_1.1_spec.version>1.1.1</geronimo-jta_1.1_spec.version>
|
| 51 | + <javax.inject.version>1</javax.inject.version> |
51 | 52 | <org.apache.aries.application.default.local.platform.version>1.0.0</org.apache.aries.application.default.local.platform.version>
|
52 | 53 | <org.apache.aries.application.management.version>1.0.0</org.apache.aries.application.management.version>
|
53 | 54 | <org.apache.aries.application.resolve.transform.cm.version>1.0.0</org.apache.aries.application.resolve.transform.cm.version>
|
|
61 | 62 | <org.apache.aries.application.runtime.version>1.0.0</org.apache.aries.application.runtime.version>
|
62 | 63 | <org.apache.aries.application.utils.version>1.0.0</org.apache.aries.application.utils.version>
|
63 | 64 | <org.apache.aries.blueprint.version>1.0.0</org.apache.aries.blueprint.version>
|
64 |
| - <org.apache.aries.proxy.version>1.0.2-SNAPSHOT</org.apache.aries.proxy.version> |
65 |
| - <org.apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org.apache.aries.testsupport.unit.version> |
| 65 | + <org.apache.aries.proxy.version>1.1.0</org.apache.aries.proxy.version> |
| 66 | +<!-- <org.apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org.apache.aries.testsupport.unit.version>--> |
66 | 67 | <org.apache.aries.transaction.blueprint.version>1.0.0</org.apache.aries.transaction.blueprint.version>
|
67 | 68 | <org.apache.aries.util.version>1.0.0</org.apache.aries.util.version>
|
68 | 69 | <org.apache.felix.bundlerepository.version>1.6.4</org.apache.felix.bundlerepository.version>
|
69 | 70 | <org.apache.felix.configadmin.version>1.2.4</org.apache.felix.configadmin.version>
|
70 | 71 | <org.eclipse.osgi.version>3.8.0.v20120529-1548</org.eclipse.osgi.version>
|
71 |
| - <url.version>2.2.0</url.version> |
| 72 | + <url.version>2.5.3</url.version> |
72 | 73 | </properties>
|
73 | 74 |
|
74 | 75 | <dependencies>
|
|
128 | 129 | <version>${url.version}</version>
|
129 | 130 | <scope>test</scope>
|
130 | 131 | </dependency>
|
131 |
| - <dependency> |
132 |
| - <groupId>org.apache.aries.testsupport</groupId> |
133 |
| - <artifactId>org.apache.aries.testsupport.unit</artifactId> |
134 |
| - <version>${org.apache.aries.testsupport.unit.version}</version> |
135 |
| - <scope>test</scope> |
136 |
| - </dependency> |
| 132 | +<!-- TODO ARIES-2165 Use testsupport dependency when application runs on newer eclispe --> |
| 133 | +<!-- <dependency>--> |
| 134 | +<!-- <groupId>org.apache.aries.testsupport</groupId>--> |
| 135 | +<!-- <artifactId>org.apache.aries.testsupport.unit</artifactId>--> |
| 136 | +<!-- <version>${org.apache.aries.testsupport.unit.version}</version>--> |
| 137 | +<!-- <scope>test</scope>--> |
| 138 | +<!-- </dependency>--> |
137 | 139 |
|
138 | 140 | <!-- bundles -->
|
139 | 141 | <dependency>
|
|
264 | 266 | <version>${geronimo-jta_1.1_spec.version}</version>
|
265 | 267 | <scope>test</scope>
|
266 | 268 | </dependency>
|
| 269 | + <dependency> |
| 270 | + <groupId>javax.inject</groupId> |
| 271 | + <artifactId>javax.inject</artifactId> |
| 272 | + <version>${javax.inject.version}</version> |
| 273 | + </dependency> |
267 | 274 | </dependencies>
|
268 | 275 |
|
269 | 276 | <build>
|
|
288 | 295 | <groupId>org.apache.maven.plugins</groupId>
|
289 | 296 | <artifactId>maven-surefire-plugin</artifactId>
|
290 | 297 | <configuration>
|
291 |
| - <forkMode>pertest</forkMode> |
| 298 | + <forkCount>1</forkCount> |
| 299 | + <reuseForks>false</reuseForks> |
292 | 300 | <excludes>
|
293 | 301 | <exclude>**/*$*</exclude>
|
294 | 302 | <exclude>**/Abstract*.java</exclude>
|
|
0 commit comments