|
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.1</version> |
28 | 28 | <relativePath>../../parent/pom.xml</relativePath>
|
29 | 29 | </parent>
|
30 | 30 |
|
|
40 | 40 | </scm>
|
41 | 41 |
|
42 | 42 | <properties>
|
43 |
| - <asm-all.version>4.0</asm-all.version> |
| 43 | + <asm.version>9.6</asm.version> |
44 | 44 | <commons-beanutils.version>1.8.3</commons-beanutils.version>
|
45 | 45 | <commons-cli.version>1.2</commons-cli.version>
|
46 | 46 | <commons-collections.version>3.2.2</commons-collections.version>
|
|
83 | 83 | <org.apache.aries.jpa.api.version>1.0.0</org.apache.aries.jpa.api.version>
|
84 | 84 | <org.apache.aries.jpa.container.context.version>1.0.0</org.apache.aries.jpa.container.context.version>
|
85 | 85 | <org.apache.aries.jpa.container.version>1.0.0</org.apache.aries.jpa.container.version>
|
86 |
| - <org.apache.aries.proxy.version>1.0.0</org.apache.aries.proxy.version> |
| 86 | + <org.apache.aries.proxy.version>1.1.15-SNAPSHOT</org.apache.aries.proxy.version> |
87 | 87 | <org.apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org.apache.aries.testsupport.unit.version>
|
88 | 88 | <org.apache.aries.transaction.manager.version>1.0.0</org.apache.aries.transaction.manager.version>
|
89 | 89 | <org.apache.aries.util.version>1.0.0</org.apache.aries.util.version>
|
90 | 90 | <org.apache.servicemix.bundles.javassist.version>3.12.1.ga_1</org.apache.servicemix.bundles.javassist.version>
|
91 | 91 | <org.apache.servicemix.bundles.jaxb-impl.version>2.2.1.1_2</org.apache.servicemix.bundles.jaxb-impl.version>
|
92 | 92 | <org.apache.servicemix.bundles.serp.version>1.13.1_2</org.apache.servicemix.bundles.serp.version>
|
93 | 93 | <org.apache.servicemix.bundles.wsdl4j-1.6.1.version>4.0-m1</org.apache.servicemix.bundles.wsdl4j-1.6.1.version>
|
94 |
| - <org.eclipse.osgi.version>3.8.0.v20120529-1548</org.eclipse.osgi.version> |
| 94 | + <org.eclipse.osgi.version>3.11.3</org.eclipse.osgi.version> |
95 | 95 | <org.osgi.enterprise.version>4.2.0</org.osgi.enterprise.version>
|
96 | 96 | <pax-exam.version>3.4.0</pax-exam.version>
|
97 | 97 | <pax-logging-api.version>1.7.2</pax-logging-api.version>
|
98 | 98 | <pax-logging-service.version>1.7.2</pax-logging-service.version>
|
99 |
| - <pax-url-aether.version>1.6.0</pax-url-aether.version> |
| 99 | + <pax-url-aether.version>2.5.3</pax-url-aether.version> |
100 | 100 | <scannotation.version>1.0.2_1</scannotation.version>
|
101 | 101 | <xbeansVersion>3.8</xbeansVersion>
|
102 | 102 | </properties>
|
|
110 | 110 |
|
111 | 111 | <!-- framework -->
|
112 | 112 | <dependency>
|
113 |
| - <groupId>org.eclipse</groupId> |
| 113 | + <groupId>org.eclipse.platform</groupId> |
114 | 114 | <artifactId>org.eclipse.osgi</artifactId>
|
115 | 115 | <version>${org.eclipse.osgi.version}</version>
|
116 | 116 | <scope>test</scope>
|
|
181 | 181 | </dependency>
|
182 | 182 | <dependency>
|
183 | 183 | <groupId>org.ow2.asm</groupId>
|
184 |
| - <artifactId>asm-all</artifactId> |
185 |
| - <version>${asm-all.version}</version> |
| 184 | + <artifactId>asm</artifactId> |
| 185 | + <version>${asm.version}</version> |
| 186 | + <scope>test</scope> |
| 187 | + </dependency> |
| 188 | + <dependency> |
| 189 | + <groupId>org.ow2.asm</groupId> |
| 190 | + <artifactId>asm-commons</artifactId> |
| 191 | + <version>${asm.version}</version> |
| 192 | + <scope>test</scope> |
| 193 | + </dependency> |
| 194 | + <dependency> |
| 195 | + <groupId>org.ow2.asm</groupId> |
| 196 | + <artifactId>asm-tree</artifactId> |
| 197 | + <version>${asm.version}</version> |
| 198 | + <scope>test</scope> |
| 199 | + </dependency> |
| 200 | + <dependency> |
| 201 | + <groupId>org.ow2.asm</groupId> |
| 202 | + <artifactId>asm-analysis</artifactId> |
| 203 | + <version>${asm.version}</version> |
186 | 204 | <scope>test</scope>
|
187 | 205 | </dependency>
|
188 | 206 | <dependency>
|
|
0 commit comments