|
41 | 41 |
|
42 | 42 | <properties>
|
43 | 43 | <application-modeller-standalone.version>1.0.0</application-modeller-standalone.version>
|
44 |
| - <asm-all.version>4.0</asm-all.version> |
| 44 | + <asm.version>9.7.1</asm.version> |
45 | 45 | <commons-beanutils.version>1.8.3</commons-beanutils.version>
|
46 | 46 | <commons-cli.version>1.2</commons-cli.version>
|
47 | 47 | <commons-lang.version>2.6</commons-lang.version>
|
|
87 | 87 | <org.apache.servicemix.bundles.javassist.version>3.12.1.ga_1</org.apache.servicemix.bundles.javassist.version>
|
88 | 88 | <org.apache.servicemix.bundles.jaxb-impl.version>2.2.1.1_2</org.apache.servicemix.bundles.jaxb-impl.version>
|
89 | 89 | <org.apache.servicemix.bundles.wsdl4j-1.6.1.version>4.0-m1</org.apache.servicemix.bundles.wsdl4j-1.6.1.version>
|
90 |
| - <org.eclipse.osgi.version>3.8.0.v20120529-1548</org.eclipse.osgi.version> |
| 90 | + <org.eclipse.osgi.version>3.11.3</org.eclipse.osgi.version> |
91 | 91 | <scannotation.version>1.0.2_1</scannotation.version>
|
92 | 92 | <tinybundles.version>2.0.0</tinybundles.version>
|
93 | 93 | <url.version>2.5.3</url.version>
|
94 |
| - <xbeansVersion>3.16</xbeansVersion> |
| 94 | + <xbeans.version>4.25</xbeans.version> |
95 | 95 | </properties>
|
96 | 96 |
|
97 | 97 | <dependencies>
|
98 | 98 | <dependency>
|
99 |
| - <groupId>org.eclipse</groupId> |
| 99 | + <groupId>org.eclipse.platform</groupId> |
100 | 100 | <artifactId>org.eclipse.osgi</artifactId>
|
101 | 101 | <version>${org.eclipse.osgi.version}</version>
|
102 | 102 | </dependency>
|
|
119 | 119 | </dependency>
|
120 | 120 | <dependency>
|
121 | 121 | <groupId>org.ow2.asm</groupId>
|
122 |
| - <artifactId>asm-all</artifactId> |
123 |
| - <version>${asm-all.version}</version> |
| 122 | + <artifactId>asm</artifactId> |
| 123 | + <version>${asm.version}</version> |
| 124 | + <scope>test</scope> |
| 125 | + </dependency> |
| 126 | + <dependency> |
| 127 | + <groupId>org.ow2.asm</groupId> |
| 128 | + <artifactId>asm-commons</artifactId> |
| 129 | + <version>${asm.version}</version> |
| 130 | + <scope>test</scope> |
| 131 | + </dependency> |
| 132 | + <dependency> |
| 133 | + <groupId>org.ow2.asm</groupId> |
| 134 | + <artifactId>asm-tree</artifactId> |
| 135 | + <version>${asm.version}</version> |
| 136 | + <scope>test</scope> |
| 137 | + </dependency> |
| 138 | + <dependency> |
| 139 | + <groupId>org.ow2.asm</groupId> |
| 140 | + <artifactId>asm-analysis</artifactId> |
| 141 | + <version>${asm.version}</version> |
124 | 142 | <scope>test</scope>
|
125 | 143 | </dependency>
|
126 | 144 | <dependency>
|
|
404 | 422 |
|
405 | 423 | <dependency>
|
406 | 424 | <groupId>org.apache.xbean</groupId>
|
407 |
| - <artifactId>xbean-asm-shaded</artifactId> |
408 |
| - <version>${xbeansVersion}</version> |
| 425 | + <artifactId>xbean-asm9-shaded</artifactId> |
| 426 | + <version>${xbeans.version}</version> |
409 | 427 | <type>bundle</type>
|
410 | 428 | <scope>test</scope>
|
411 | 429 | </dependency>
|
412 | 430 | <dependency>
|
413 | 431 | <groupId>org.apache.xbean</groupId>
|
414 | 432 | <artifactId>xbean-finder-shaded</artifactId>
|
415 |
| - <version>${xbeansVersion}</version> |
| 433 | + <version>${xbeans.version}</version> |
416 | 434 | <type>bundle</type>
|
417 | 435 | <scope>test</scope>
|
418 | 436 | </dependency>
|
419 | 437 | <dependency>
|
420 | 438 | <groupId>org.apache.xbean</groupId>
|
421 | 439 | <artifactId>xbean-naming</artifactId>
|
422 |
| - <version>${xbeansVersion}</version> |
| 440 | + <version>${xbeans.version}</version> |
423 | 441 | <type>bundle</type>
|
424 | 442 | <scope>test</scope>
|
425 | 443 | </dependency>
|
426 | 444 | <dependency>
|
427 | 445 | <groupId>org.apache.xbean</groupId>
|
428 | 446 | <artifactId>xbean-reflect</artifactId>
|
429 |
| - <version>${xbeansVersion}</version> |
| 447 | + <version>${xbeans.version}</version> |
430 | 448 | <type>bundle</type>
|
431 | 449 | <scope>test</scope>
|
432 | 450 | </dependency>
|
|
0 commit comments