blob: fd8ce486e94c737932d648dc4b03dbf9e8dfd276 [file] [log] [blame]
Guillaume Nodet05fac962009-04-27 10:01:58 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4 <!--
5
6 Licensed to the Apache Software Foundation (ASF) under one or more
7 contributor license agreements. See the NOTICE file distributed with
8 this work for additional information regarding copyright ownership.
9 The ASF licenses this file to You under the Apache License, Version 2.0
10 (the "License"); you may not use this file except in compliance with
11 the License. You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 -->
21
22 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000025 <groupId>org.apache.felix</groupId>
26 <artifactId>felix</artifactId>
27 <version>1.0.4</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000028 </parent>
29
Gert Vanthienenf54a8392009-05-02 19:57:13 +000030 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000031 <artifactId>karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +000032 <packaging>pom</packaging>
33 <version>1.2.0-SNAPSHOT</version>
Gert Vanthienenf54a8392009-05-02 19:57:13 +000034 <name>Apache Felix Karaf</name>
Guillaume Nodet05fac962009-04-27 10:01:58 +000035 <inceptionYear>2007</inceptionYear>
36
37 <modules>
38 <module>main</module>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000039 <module>deployer</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000040 <module>gshell</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000041 <module>jaas</module>
42 <module>client</module>
43 <module>management</module>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000044 <module>webconsole</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000045 <module>assembly</module>
46 <module>demos</module>
Guillaume Nodetcbb5cb52009-04-30 07:04:50 +000047 <module>itests</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000048 </modules>
49
50 <scm>
Carsten Ziegelerb52a53f2009-04-27 18:39:46 +000051 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
52 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
53 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000054 </scm>
55
56 <issueManagement>
57 <system>jira</system>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000058 <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000059 </issueManagement>
60
61 <prerequisites>
62 <maven>2.0.7</maven>
63 </prerequisites>
64
65 <properties>
66 <config.location>etc</config.location>
67 <ant.version>1.7.0_1</ant.version>
68 <aopalliance.version>1.0_1</aopalliance.version>
69 <asm.version>2.2.3_1</asm.version>
70 <cglib.version>2.1_3_2-SNAPSHOT</cglib.version>
71 <commons.codec.version>1.2_1</commons.codec.version>
72 <commons.httpclient.version>3.1_1</commons.httpclient.version>
73 <commons.io.version>1.3.2_1</commons.io.version>
74 <commons.jexl.version>1.1_1</commons.jexl.version>
75 <commons.logging.version>1.1.1</commons.logging.version>
76 <commons.vfs.version>1.0_1</commons.vfs.version>
77 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
78 <easymock.version>2.4</easymock.version>
Guillaume Nodetb417d982009-05-05 15:46:15 +000079 <equinox.version> 3.5.0.v20090429-1630</equinox.version>
Guillaume Nodet56ee6922009-04-28 21:28:02 +000080 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000081 <felix.compendium.version>1.2.0</felix.compendium.version>
82 <felix.configadmin.version>1.0.4</felix.configadmin.version>
83 <felix.framework.version>1.6.0</felix.framework.version>
84 <felix.http.version>1.0.0</felix.http.version>
85 <felix.osgi.version>1.2.0</felix.osgi.version>
86 <felix.plugin.version>2.0.0</felix.plugin.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000087 <felix.prefs.version>1.0.2</felix.prefs.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000088 <felix.webconsole.version>1.2.10</felix.webconsole.version>
Guillaume Nodet75848652009-06-11 08:36:21 +000089 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000090 <geronimo.annotation.version>1.1.1</geronimo.annotation.version>
91 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
92 <gshell.version>1.0-alpha-2</gshell.version>
Guillaume Nodetb417d982009-05-05 15:46:15 +000093 <jaxp.ri.version>1.4.2_2</jaxp.ri.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000094 <jetty.version>6.1.14</jetty.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000095 <junit.version>3.8.2_1</junit.version>
96 <jline.version>0.9.94_1</jline.version>
97 <log4j.version>1.2.14</log4j.version>
Guillaume Nodet65b51e92009-06-08 19:25:20 +000098 <mina.version>2.0.0-M6</mina.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000099 <oro.version>2.0.8_1</oro.version>
Guillaume Nodet59061172009-04-29 16:35:06 +0000100 <pax.exam.version>0.5.0</pax.exam.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000101 <pax.logging.version>1.3.0</pax.logging.version>
102 <pax.url.version>0.3.3</pax.url.version>
103 <servicemix.legal.version>1.0</servicemix.legal.version>
104 <servicemix.specs.version>1.4-SNAPSHOT</servicemix.specs.version>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000105 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000106 <spring.osgi.version>1.2.0-rc1</spring.osgi.version>
107 <spring.version>2.5.6</spring.version>
108 <sshd.version>1.0-SNAPSHOT</sshd.version>
109 <woodstox.version>3.2.7_1</woodstox.version>
110 <osgi.jmx.version>1.0-r6125-patched</osgi.jmx.version>
111
112 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet4e32cd62009-05-04 16:30:02 +0000113
114 <karaf.osgi.version>1.2.0</karaf.osgi.version>
115 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000116 </properties>
117
118 <repositories>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000119 <!-- Apache snapshots -->
120 <repository>
121 <id>apache-snapshots</id>
122 <name>Apache Snapshots Repository</name>
123 <url>http://repository.apache.org/content/groups/snapshots-group</url>
124 <releases>
125 <enabled>false</enabled>
126 </releases>
127 <snapshots>
128 <enabled>true</enabled>
129 </snapshots>
130 </repository>
131 <!-- ServiceMix repo -->
132 <repository>
133 <id>servicemix</id>
134 <name>Apache ServiceMix Repository</name>
135 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
136 <releases>
137 <enabled>true</enabled>
138 </releases>
139 <snapshots>
140 <enabled>false</enabled>
141 </snapshots>
142 </repository>
143 <!-- OPS4J repo -->
144 <repository>
145 <id>ops4j</id>
146 <name>OPS4j Repository</name>
147 <url>http://repository.ops4j.org/maven2</url>
148 <releases>
149 <enabled>true</enabled>
150 </releases>
151 <snapshots>
152 <enabled>false</enabled>
153 </snapshots>
154 </repository>
155 <!-- Spring milestones repository -->
156 <!-- TODO: remove this repo when spring-dm 1.2.0 is out -->
157 <repository>
158 <id>spring-milestone</id>
159 <name>Spring Portfolio Milestone Repository</name>
160 <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
161 <releases>
162 <enabled>true</enabled>
163 </releases>
164 <snapshots>
165 <enabled>false</enabled>
166 </snapshots>
167 </repository>
168 </repositories>
169
170 <pluginRepositories>
171 <!-- ServiceMix repo -->
172 <pluginRepository>
173 <id>servicemix</id>
174 <name>Apache ServiceMix Repository</name>
175 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
176 </pluginRepository>
177 </pluginRepositories>
178
179 <dependencyManagement>
180 <dependencies>
181 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000182 <groupId>org.apache.felix.karaf</groupId>
183 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000184 <version>${pom.version}</version>
185 </dependency>
186 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000187 <groupId>org.apache.felix.karaf</groupId>
188 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000189 <version>${pom.version}</version>
190 </dependency>
191 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000192 <groupId>org.apache.felix.karaf.deployer</groupId>
193 <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000194 <version>${pom.version}</version>
195 </dependency>
196 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000197 <groupId>org.apache.felix.karaf.deployer</groupId>
198 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000199 <version>${pom.version}</version>
200 </dependency>
201 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000202 <groupId>org.apache.felix.karaf.deployer</groupId>
203 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000204 <version>${pom.version}</version>
205 </dependency>
206 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000207 <groupId>org.apache.felix.karaf.deployer</groupId>
208 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000209 <version>${pom.version}</version>
210 </dependency>
211 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000212 <groupId>org.apache.felix.karaf</groupId>
213 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000214 <version>${pom.version}</version>
215 </dependency>
216 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000217 <groupId>org.apache.felix.karaf</groupId>
218 <artifactId>org.apache.felix.karaf.demos</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000219 <version>${pom.version}</version>
220 </dependency>
221 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000222 <groupId>org.apache.felix.karaf.gshell</groupId>
223 <artifactId>org.apache.felix.karaf.gshell.core</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000224 <version>${pom.version}</version>
225 </dependency>
226 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000227 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodet22d03c62009-05-06 14:40:12 +0000228 <artifactId>org.apache.felix.karaf.gshell.run</artifactId>
229 <version>${pom.version}</version>
230 </dependency>
231 <dependency>
232 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000233 <artifactId>org.apache.felix.karaf.gshell.admin</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000234 <version>${pom.version}</version>
235 </dependency>
236 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000237 <groupId>org.apache.felix.karaf.gshell</groupId>
238 <artifactId>org.apache.felix.karaf.gshell.obr</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000239 <version>${pom.version}</version>
240 </dependency>
241 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000242 <groupId>org.apache.felix.karaf.gshell</groupId>
243 <artifactId>org.apache.felix.karaf.gshell.osgi</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000244 <version>${pom.version}</version>
245 </dependency>
246 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000247 <groupId>org.apache.felix.karaf.gshell</groupId>
248 <artifactId>org.apache.felix.karaf.gshell.log</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000249 <version>${pom.version}</version>
250 </dependency>
251 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000252 <groupId>org.apache.felix.karaf.gshell</groupId>
253 <artifactId>org.apache.felix.karaf.gshell.features</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000254 <version>${pom.version}</version>
255 </dependency>
256 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000257 <groupId>org.apache.felix.karaf.gshell</groupId>
258 <artifactId>org.apache.felix.karaf.gshell.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000259 <version>${pom.version}</version>
260 </dependency>
261 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000262 <groupId>org.apache.felix.karaf.gshell</groupId>
263 <artifactId>org.apache.felix.karaf.gshell.packages</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000264 <version>${pom.version}</version>
265 </dependency>
266 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000267 <groupId>org.apache.felix.karaf.jaas</groupId>
268 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000269 <version>${pom.version}</version>
270 </dependency>
271 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000272 <groupId>org.apache.felix.karaf.jaas</groupId>
273 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000274 <version>${pom.version}</version>
275 </dependency>
276 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000277 <groupId>org.apache.felix.karaf.jaas</groupId>
278 <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000279 <version>${pom.version}</version>
280 </dependency>
281 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000282 <groupId>org.apache.felix.karaf.demos</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000283 <artifactId>smx4web</artifactId>
284 <version>${pom.version}</version>
285 </dependency>
286 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000287 <groupId>org.apache.felix.karaf</groupId>
288 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000289 <version>${pom.version}</version>
290 </dependency>
291 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000292 <groupId>org.apache.felix.karaf</groupId>
293 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000294 <type>zip</type>
295 <version>${pom.version}</version>
296 </dependency>
297 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000298 <groupId>org.apache.felix.karaf</groupId>
299 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodetcbb5cb52009-04-30 07:04:50 +0000300 <classifier>features</classifier>
301 <type>xml</type>
302 <version>${pom.version}</version>
303 </dependency>
304 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000305 <groupId>org.apache.felix</groupId>
306 <artifactId>org.apache.felix.framework</artifactId>
307 <version>${felix.framework.version}</version>
308 <exclusions>
309 <exclusion>
310 <groupId>org.apache.felix</groupId>
311 <artifactId>org.osgi.compendium</artifactId>
312 </exclusion>
313 </exclusions>
314 </dependency>
315 <dependency>
316 <groupId>org.apache.felix</groupId>
317 <artifactId>org.osgi.compendium</artifactId>
318 <version>${felix.compendium.version}</version>
319 <exclusions>
320 <exclusion>
321 <groupId>org.apache.felix</groupId>
322 <artifactId>org.osgi.foundation</artifactId>
323 </exclusion>
324 <exclusion>
325 <groupId>org.apache.felix</groupId>
326 <artifactId>javax.servlet</artifactId>
327 </exclusion>
328 </exclusions>
329 </dependency>
330 <dependency>
331 <groupId>org.apache.felix</groupId>
332 <artifactId>org.osgi.core</artifactId>
333 <version>${felix.osgi.version}</version>
334 </dependency>
335 <dependency>
336 <groupId>org.apache.felix</groupId>
337 <artifactId>org.apache.felix.configadmin</artifactId>
338 <version>${felix.configadmin.version}</version>
339 </dependency>
340 <dependency>
341 <groupId>org.apache.felix</groupId>
342 <artifactId>org.apache.felix.prefs</artifactId>
343 <version>${felix.prefs.version}</version>
344 </dependency>
345 <dependency>
346 <groupId>org.apache.felix</groupId>
347 <artifactId>org.apache.felix.bundlerepository</artifactId>
348 <version>${felix.bundlerepository.version}</version>
349 <exclusions>
350 <exclusion>
351 <groupId>org.apache.felix</groupId>
352 <artifactId>org.osgi.service.obr</artifactId>
353 </exclusion>
354 <exclusion>
355 <groupId>org.apache.felix</groupId>
356 <artifactId>org.apache.felix.shell</artifactId>
357 </exclusion>
358 <exclusion>
359 <groupId>net.sf.kxml</groupId>
360 <artifactId>kxml2</artifactId>
361 </exclusion>
362 </exclusions>
363 </dependency>
364 <dependency>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000365 <groupId>org.apache.felix</groupId>
366 <artifactId>org.apache.felix.webconsole</artifactId>
367 <version>${felix.webconsole.version}</version>
368 </dependency>
369 <dependency>
Guillaume Nodet75848652009-06-11 08:36:21 +0000370 <groupId>org.apache.felix</groupId>
371 <artifactId>org.apache.felix.metatype</artifactId>
372 <version>${felix.metatype.version}</version>
373 </dependency>
374 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000375 <groupId>org.springframework</groupId>
376 <artifactId>spring-aop</artifactId>
377 <version>${spring.version}</version>
378 </dependency>
379 <dependency>
380 <groupId>org.springframework</groupId>
381 <artifactId>spring-beans</artifactId>
382 <version>${spring.version}</version>
383 </dependency>
384 <dependency>
385 <groupId>org.springframework</groupId>
386 <artifactId>spring-core</artifactId>
387 <version>${spring.version}</version>
388 </dependency>
389 <dependency>
390 <groupId>org.springframework</groupId>
391 <artifactId>spring-context</artifactId>
392 <version>${spring.version}</version>
393 </dependency>
394 <dependency>
395 <groupId>org.springframework</groupId>
396 <artifactId>spring-test</artifactId>
397 <version>${spring.version}</version>
398 </dependency>
399 <dependency>
400 <groupId>org.springframework.osgi</groupId>
401 <artifactId>spring-osgi-core</artifactId>
402 <version>${spring.osgi.version}</version>
403 </dependency>
404 <dependency>
405 <groupId>org.springframework.osgi</groupId>
406 <artifactId>spring-osgi-io</artifactId>
407 <version>${spring.osgi.version}</version>
408 </dependency>
409 <dependency>
410 <groupId>org.springframework.osgi</groupId>
411 <artifactId>spring-osgi-extender</artifactId>
412 <version>${spring.osgi.version}</version>
413 </dependency>
414 <dependency>
415 <groupId>org.springframework.osgi</groupId>
416 <artifactId>spring-osgi-test</artifactId>
417 <version>${spring.osgi.version}</version>
418 <exclusions>
419 <exclusion>
420 <groupId>org.springframework.osgi</groupId>
421 <artifactId>asm.osgi</artifactId>
422 </exclusion>
423 <exclusion>
424 <groupId>org.junit</groupId>
425 <artifactId>com.springsource.junit</artifactId>
426 </exclusion>
427 <exclusion>
428 <groupId>org.objectweb.asm</groupId>
429 <artifactId>com.springsource.org.objectweb.asm</artifactId>
430 </exclusion>
431 </exclusions>
432 </dependency>
433 <dependency>
434 <groupId>org.springframework.osgi</groupId>
435 <artifactId>spring-osgi-extender</artifactId>
436 <version>${spring.osgi.version}</version>
437 </dependency>
438 <dependency>
439 <groupId>org.springframework.osgi</groupId>
440 <artifactId>spring-osgi-annotation</artifactId>
441 <version>${spring.osgi.version}</version>
442 </dependency>
443 <dependency>
444 <groupId>org.apache.mina</groupId>
445 <artifactId>mina-core</artifactId>
446 <version>${mina.version}</version>
447 </dependency>
448 <dependency>
449 <groupId>org.apache.servicemix.bundles</groupId>
450 <artifactId>org.apache.servicemix.bundles.oro</artifactId>
451 <version>${oro.version}</version>
452 </dependency>
453 <dependency>
454 <groupId>org.apache.servicemix.bundles</groupId>
455 <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
456 <version>${aopalliance.version}</version>
457 </dependency>
458 <dependency>
459 <groupId>org.apache.servicemix.bundles</groupId>
460 <artifactId>org.apache.servicemix.bundles.asm</artifactId>
461 <version>${asm.version}</version>
462 </dependency>
463 <dependency>
464 <groupId>org.apache.servicemix.bundles</groupId>
465 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
466 <version>${junit.version}</version>
467 </dependency>
468 <dependency>
469 <groupId>org.apache.servicemix.bundles</groupId>
470 <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
471 <version>${cglib.version}</version>
472 </dependency>
473 <dependency>
474 <groupId>org.apache.servicemix.bundles</groupId>
475 <artifactId>org.apache.servicemix.bundles.commons-jexl</artifactId>
476 <version>${commons.jexl.version}</version>
477 <exclusions>
478 <exclusion>
479 <groupId>junit</groupId>
480 <artifactId>junit</artifactId>
481 </exclusion>
482 </exclusions>
483 </dependency>
484 <dependency>
485 <groupId>org.apache.servicemix.bundles</groupId>
486 <artifactId>org.apache.servicemix.bundles.commons-vfs</artifactId>
487 <version>${commons.vfs.version}</version>
488 </dependency>
489 <dependency>
490 <groupId>org.apache.servicemix.bundles</groupId>
491 <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
492 <version>${commons.codec.version}</version>
493 </dependency>
494 <dependency>
495 <groupId>org.apache.servicemix.bundles</groupId>
496 <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
497 <version>${commons.httpclient.version}</version>
498 </dependency>
499 <dependency>
500 <groupId>log4j</groupId>
501 <artifactId>log4j</artifactId>
502 <version>${log4j.version}</version>
503 </dependency>
504 <dependency>
505 <groupId>org.apache.servicemix.bundles</groupId>
506 <artifactId>org.apache.servicemix.bundles.jline</artifactId>
507 <version>${jline.version}</version>
508 <exclusions>
509 <exclusion>
510 <groupId>junit</groupId>
511 <artifactId>junit</artifactId>
512 </exclusion>
513 </exclusions>
514 </dependency>
515 <dependency>
516 <groupId>commons-logging</groupId>
517 <artifactId>commons-logging</artifactId>
518 <version>${commons.logging.version}</version>
519 </dependency>
520 <dependency>
521 <groupId>org.apache.maven.artifact</groupId>
522 <artifactId>maven-artifact</artifactId>
523 <version>3.0-alpha-1</version>
524 </dependency>
525 <dependency>
526 <groupId>org.apache.servicemix.bundles</groupId>
527 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
528 <version>${commons.io.version}</version>
529 </dependency>
530 <dependency>
531 <groupId>org.apache.mina</groupId>
532 <artifactId>mina-core</artifactId>
533 <version>${mina.version}</version>
534 <exclusions>
535 <exclusion>
536 <groupId>net.gleamynode</groupId>
537 <artifactId>netty2</artifactId>
538 </exclusion>
539 <exclusion>
540 <groupId>com.jcraft</groupId>
541 <artifactId>jzlib</artifactId>
542 </exclusion>
543 <exclusion>
544 <groupId>log4j</groupId>
545 <artifactId>log4j</artifactId>
546 </exclusion>
547 <exclusion>
548 <groupId>logkit</groupId>
549 <artifactId>logkit</artifactId>
550 </exclusion>
551 <exclusion>
552 <groupId>avalon-framework</groupId>
553 <artifactId>avalon-framework</artifactId>
554 </exclusion>
555 <exclusion>
556 <groupId>javax.servlet</groupId>
557 <artifactId>servlet-api</artifactId>
558 </exclusion>
559 </exclusions>
560 </dependency>
561 <dependency>
562 <groupId>org.apache.geronimo.gshell.support</groupId>
563 <artifactId>gshell-terminal</artifactId>
564 <version>${gshell.version}</version>
565 <exclusions>
566 <exclusion>
567 <groupId>jline</groupId>
568 <artifactId>jline</artifactId>
569 </exclusion>
570 </exclusions>
571 </dependency>
572 <dependency>
573 <groupId>org.apache.geronimo.gshell.support</groupId>
574 <artifactId>gshell-spring</artifactId>
575 <version>${gshell.version}</version>
576 <exclusions>
577 <exclusion>
578 <groupId>org.slf4j</groupId>
579 <artifactId>jcl-over-slf4j</artifactId>
580 </exclusion>
581 </exclusions>
582 </dependency>
583 <dependency>
584 <groupId>org.apache.geronimo.gshell.support</groupId>
585 <artifactId>gshell-interpolation</artifactId>
586 <version>${gshell.version}</version>
587 <exclusions>
588 <exclusion>
589 <groupId>org.slf4j</groupId>
590 <artifactId>jcl-over-slf4j</artifactId>
591 </exclusion>
592 </exclusions>
593 </dependency>
594 <dependency>
595 <groupId>org.apache.geronimo.gshell.commands</groupId>
596 <artifactId>gshell-builtin</artifactId>
597 <version>${gshell.version}</version>
598 <exclusions>
599 <exclusion>
600 <groupId>oro</groupId>
601 <artifactId>oro</artifactId>
602 </exclusion>
603 <exclusion>
604 <groupId>commons-vfs</groupId>
605 <artifactId>commons-vfs</artifactId>
606 </exclusion>
607 </exclusions>
608 </dependency>
609 <dependency>
610 <groupId>org.apache.geronimo.gshell.commands</groupId>
611 <artifactId>gshell-file</artifactId>
612 <version>${gshell.version}</version>
613 </dependency>
614 <dependency>
615 <groupId>org.apache.geronimo.gshell.commands</groupId>
616 <artifactId>gshell-network</artifactId>
617 <version>${gshell.version}</version>
618 </dependency>
619 <dependency>
620 <groupId>org.apache.geronimo.gshell.commands</groupId>
621 <artifactId>gshell-shell</artifactId>
622 <version>${gshell.version}</version>
623 </dependency>
624 <dependency>
625 <groupId>org.apache.geronimo.gshell.commands</groupId>
626 <artifactId>gshell-ssh</artifactId>
627 <version>${gshell.version}</version>
628 <exclusions>
629 <exclusion>
630 <groupId>org.apache.geronimo.gshell.support</groupId>
631 <artifactId>gshell-security</artifactId>
632 </exclusion>
633 </exclusions>
634 </dependency>
635 <dependency>
636 <groupId>org.apache.geronimo.gshell.commands</groupId>
637 <artifactId>gshell-text</artifactId>
638 <version>${gshell.version}</version>
639 </dependency>
640 <dependency>
641 <groupId>org.apache.geronimo.gshell.wisdom</groupId>
642 <artifactId>gshell-wisdom-core</artifactId>
643 <version>${gshell.version}</version>
644 <exclusions>
645 <exclusion>
646 <groupId>org.apache.geronimo.gshell.support</groupId>
647 <artifactId>gshell-ivy</artifactId>
648 </exclusion>
649 <exclusion>
650 <groupId>org.apache.geronimo.gshell.support</groupId>
651 <artifactId>gshell-xstore</artifactId>
652 </exclusion>
653 <exclusion>
654 <groupId>commons-jexl</groupId>
655 <artifactId>commons-jexl</artifactId>
656 </exclusion>
657 </exclusions>
658 </dependency>
659 <dependency>
660 <groupId>org.codehaus.plexus</groupId>
661 <artifactId>plexus-component-api</artifactId>
662 <version>1.0-alpha-32</version>
663 </dependency>
664 <dependency>
665 <groupId>org.codehaus.plexus</groupId>
666 <artifactId>plexus-utils</artifactId>
667 <version>1.5.5</version>
668 </dependency>
669 <dependency>
670 <groupId>org.slf4j</groupId>
671 <artifactId>slf4j-api</artifactId>
672 <version>1.4.3</version>
673 </dependency>
674 <dependency>
675 <groupId>org.slf4j</groupId>
676 <artifactId>slf4j-jdk14</artifactId>
677 <version>1.4.3</version>
678 </dependency>
679 <dependency>
680 <groupId>org.slf4j</groupId>
681 <artifactId>slf4j-nop</artifactId>
682 <version>1.4.3</version>
683 </dependency>
684 <dependency>
685 <groupId>com.thoughtworks.xstream</groupId>
686 <artifactId>xstream</artifactId>
687 <version>1.3</version>
688 <exclusions>
689 <exclusion>
690 <!-- xom is an optional dependency of xstream. Its also
691 LGPL, so its really not ASF compatible. -->
692 <groupId>xom</groupId>
693 <artifactId>xom</artifactId>
694 </exclusion>
695 </exclusions>
696 </dependency>
697 <dependency>
698 <groupId>org.ops4j.pax.logging</groupId>
699 <artifactId>pax-logging-api</artifactId>
700 <version>${pax.logging.version}</version>
701 </dependency>
702 <dependency>
703 <groupId>org.ops4j.pax.logging</groupId>
704 <artifactId>pax-logging-service</artifactId>
705 <version>${pax.logging.version}</version>
706 <exclusions>
707 <exclusion>
708 <groupId>log4j</groupId>
709 <artifactId>log4j</artifactId>
710 </exclusion>
711 </exclusions>
712 </dependency>
713 <dependency>
714 <groupId>org.ops4j.pax.url</groupId>
715 <artifactId>pax-url-mvn</artifactId>
716 <version>${pax.url.version}</version>
717 </dependency>
718 <dependency>
719 <groupId>org.ops4j.pax.url</groupId>
720 <artifactId>pax-url-wrap</artifactId>
721 <version>${pax.url.version}</version>
722 </dependency>
723 <dependency>
724 <groupId>org.apache.geronimo.specs</groupId>
725 <artifactId>geronimo-servlet_2.5_spec</artifactId>
726 <version>${geronimo.servlet.version}</version>
727 </dependency>
728 <dependency>
729 <groupId>org.apache.geronimo.specs</groupId>
730 <artifactId>geronimo-annotation_1.0_spec</artifactId>
731 <version>${geronimo.annotation.version}</version>
732 </dependency>
733 <dependency>
734 <groupId>org.apache.servicemix.specs</groupId>
735 <artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
736 <version>${servicemix.specs.version}</version>
737 </dependency>
738 <dependency>
739 <groupId>org.apache.servicemix.bundles</groupId>
740 <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId>
741 <version>${jaxp.ri.version}</version>
742 </dependency>
743 <dependency>
744 <groupId>org.apache.servicemix.bundles</groupId>
745 <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
746 <version>${woodstox.version}</version>
747 </dependency>
748 <dependency>
749 <groupId>org.easymock</groupId>
750 <artifactId>easymock</artifactId>
751 <version>${easymock.version}</version>
752 </dependency>
753 <dependency>
754 <groupId>org.apache.sshd</groupId>
755 <artifactId>sshd-core</artifactId>
756 <version>${sshd.version}</version>
757 <exclusions>
758 <exclusion>
759 <groupId>org.apache.mina</groupId>
760 <artifactId>mina-core</artifactId>
761 </exclusion>
762 </exclusions>
763 </dependency>
764 <dependency>
765 <groupId>org.osgi</groupId>
766 <artifactId>jmx</artifactId>
767 <version>${osgi.jmx.version}</version>
768 <exclusions>
769 <exclusion>
770 <groupId>org.osgi</groupId>
771 <artifactId>osgi_R4_core</artifactId>
772 </exclusion>
773 <exclusion>
774 <groupId>org.osgi</groupId>
775 <artifactId>osgi_R4_compendium</artifactId>
776 </exclusion>
777 <exclusion>
778 <groupId>org.slf4j</groupId>
779 <artifactId>jcl104-over-slf4j</artifactId>
780 </exclusion>
781 <exclusion>
782 <groupId>org.easymock</groupId>
783 <artifactId>easymock</artifactId>
784 </exclusion>
785 </exclusions>
786 </dependency>
787 <dependency>
788 <groupId>com.oracle.osgi</groupId>
789 <artifactId>jmx-impl</artifactId>
790 <version>${osgi.jmx.version}</version>
791 <exclusions>
792 <exclusion>
793 <groupId>org.osgi</groupId>
794 <artifactId>osgi_R4_core</artifactId>
795 </exclusion>
796 <exclusion>
797 <groupId>org.osgi</groupId>
798 <artifactId>osgi_R4_compendium</artifactId>
799 </exclusion>
800 <exclusion>
801 <groupId>org.slf4j</groupId>
802 <artifactId>jcl104-over-slf4j</artifactId>
803 </exclusion>
804 <exclusion>
805 <groupId>org.easymock</groupId>
806 <artifactId>easymock</artifactId>
807 </exclusion>
808 </exclusions>
809 </dependency>
Guillaume Nodet59061172009-04-29 16:35:06 +0000810 <dependency>
811 <groupId>org.ops4j.pax.exam</groupId>
812 <artifactId>pax-exam</artifactId>
813 <version>${pax.exam.version}</version>
814 </dependency>
815 <dependency>
816 <groupId>org.ops4j.pax.exam</groupId>
817 <artifactId>pax-exam-junit</artifactId>
818 <version>${pax.exam.version}</version>
819 </dependency>
820 <dependency>
821 <groupId>org.ops4j.pax.exam</groupId>
822 <artifactId>pax-exam-container-default</artifactId>
823 <version>${pax.exam.version}</version>
824 </dependency>
825 <dependency>
826 <groupId>org.ops4j.pax.exam</groupId>
827 <artifactId>pax-exam-junit-extender-impl</artifactId>
828 <version>${pax.exam.version}</version>
829 </dependency>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000830 <dependency>
831 <groupId>org.eclipse</groupId>
832 <artifactId>osgi</artifactId>
833 <version>${equinox.version}</version>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000834 </dependency>
835 <dependency>
836 <groupId>javax.servlet</groupId>
837 <artifactId>servlet-api</artifactId>
838 <version>${servlet.api.version}</version>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000839 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000840 </dependencies>
841 </dependencyManagement>
842
843 <build>
844 <defaultGoal>install</defaultGoal>
845
846 <pluginManagement>
847 <plugins>
848 <plugin>
849 <groupId>org.apache.maven.plugins</groupId>
850 <artifactId>maven-eclipse-plugin</artifactId>
851 <version>2.4</version>
852 <configuration>
853 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
854 <downloadSources>true</downloadSources>
855 <downloadJavadocs>true</downloadJavadocs>
856 </configuration>
857 </plugin>
858 <plugin>
859 <groupId>org.apache.maven.plugins</groupId>
860 <artifactId>maven-release-plugin</artifactId>
861 <version>2.0-beta-7</version>
862 <configuration>
863 <useReleaseProfile>false</useReleaseProfile>
864 <preparationGoals>clean verify install</preparationGoals>
865 <goals>deploy</goals>
866 <arguments>-Prelease,deploy</arguments>
867 <autoVersionSubmodules>true</autoVersionSubmodules>
868 </configuration>
869 </plugin>
870 <plugin>
871 <groupId>org.apache.felix</groupId>
872 <artifactId>maven-bundle-plugin</artifactId>
873 <version>${felix.plugin.version}</version>
874 <extensions>true</extensions>
875 </plugin>
876 <plugin>
877 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000878 <artifactId>maven-idea-plugin</artifactId>
879 <version>2.1</version>
880 <configuration>
881 <downloadSources>true</downloadSources>
882 <downloadJavadocs>true</downloadJavadocs>
883 </configuration>
884 </plugin>
885 <plugin>
886 <groupId>org.apache.maven.plugins</groupId>
887 <artifactId>maven-surefire-plugin</artifactId>
888 <version>2.3.1</version>
889 </plugin>
890 <plugin>
891 <groupId>org.apache.maven.plugins</groupId>
892 <artifactId>maven-shade-plugin</artifactId>
893 <version>1.2</version>
894 </plugin>
895 <plugin>
896 <groupId>org.apache.maven.plugins</groupId>
897 <artifactId>maven-resources-plugin</artifactId>
898 <version>2.3</version>
899 </plugin>
900 <plugin>
901 <groupId>org.apache.servicemix.tooling</groupId>
902 <artifactId>depends-maven-plugin</artifactId>
903 <version>${depends.maven.plugin.version}</version>
904 </plugin>
905 <plugin>
906 <groupId>org.apache.maven.plugins</groupId>
907 <artifactId>maven-source-plugin</artifactId>
908 <version>2.0.4</version>
909 </plugin>
910 <plugin>
911 <groupId>org.apache.maven.plugins</groupId>
912 <artifactId>maven-assembly-plugin</artifactId>
913 <version>2.2-beta-3</version>
914 </plugin>
915 </plugins>
916 </pluginManagement>
917 <plugins>
918 <plugin>
919 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet60dbfd72009-05-11 14:33:35 +0000920 <artifactId>maven-compiler-plugin</artifactId>
921 <version>2.0.2</version>
922 <configuration>
923 <source>1.5</source>
924 <target>1.5</target>
925 <maxmem>256M</maxmem>
926 <fork>${compiler.fork}</fork>
927 </configuration>
928 </plugin>
929 <plugin>
930 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000931 <artifactId>maven-dependency-plugin</artifactId>
932 <version>2.0</version>
933 <executions>
934 <execution>
935 <id>copy-legal</id>
936 <phase>generate-resources</phase>
937 <goals>
938 <goal>copy</goal>
939 </goals>
940 <configuration>
941 <artifactItems>
942 <artifactItem>
943 <groupId>org.apache.servicemix.legal</groupId>
944 <artifactId>legal</artifactId>
945 <version>${servicemix.legal.version}</version>
946 <type>xml</type>
947 <outputDirectory>target/legal/</outputDirectory>
948 </artifactItem>
949 </artifactItems>
950 <stripVersion>true</stripVersion>
951 </configuration>
952 </execution>
953 </executions>
954 <dependencies>
955 <dependency>
956 <groupId>org.apache.servicemix.legal</groupId>
957 <artifactId>legal</artifactId>
958 <version>${servicemix.legal.version}</version>
959 <type>xml</type>
960 </dependency>
961 </dependencies>
962 </plugin>
963 <plugin>
964 <artifactId>maven-remote-resources-plugin</artifactId>
965 <version>1.0</version>
966 <executions>
967 <execution>
968 <goals>
969 <goal>process</goal>
970 </goals>
971 <configuration>
972 <resourceBundles>
973 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
974 </resourceBundles>
975 <supplementalModels>
976 <supplementalModel>target/legal/legal.xml</supplementalModel>
977 </supplementalModels>
978 <properties>
979 <addLicense>true</addLicense>
980 <addArtifact>true</addArtifact>
981 <projectName>Apache ServiceMix</projectName>
982 </properties>
983 </configuration>
984 </execution>
985 </executions>
986 </plugin>
987 </plugins>
988 </build>
989
990 <reporting>
991 <plugins>
992 <plugin>
993 <groupId>org.apache.maven.plugins</groupId>
994 <artifactId>maven-javadoc-plugin</artifactId>
995 <version>2.3</version>
996 </plugin>
997 <plugin>
998 <groupId>org.apache.maven.plugins</groupId>
999 <artifactId>maven-jxr-plugin</artifactId>
1000 <version>2.0</version>
1001 </plugin>
1002 </plugins>
1003 </reporting>
1004
1005 <profiles>
1006 <profile>
1007 <id>fastinstall</id>
1008 <properties>
1009 <maven.test.skip>true</maven.test.skip>
1010 </properties>
1011 </profile>
1012 <profile>
1013 <id>rat</id>
1014 <build>
1015 <plugins>
1016 <plugin>
1017 <groupId>org.codehaus.mojo</groupId>
1018 <artifactId>rat-maven-plugin</artifactId>
1019 <version>1.0-alpha-3</version>
1020 <executions>
1021 <execution>
1022 <phase>verify</phase>
1023 <goals>
1024 <goal>check</goal>
1025 </goals>
1026 </execution>
1027 </executions>
1028 <configuration>
1029 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
1030 <excludes>
1031 <exclude>**/target/**/*</exclude>
1032 <!-- IDEA files -->
1033 <exclude>**/*.iml</exclude>
1034 <exclude>**/*.ipr</exclude>
1035 <exclude>**/*.iws</exclude>
1036 <!-- Eclipse files -->
1037 <exclude>**/.*</exclude>
1038 <exclude>**/eclipse-classes/**/*</exclude>
1039 <exclude>**/dependency-reduced-pom.xml</exclude>
1040 </excludes>
1041 </configuration>
1042 </plugin>
1043 </plugins>
1044 </build>
1045 </profile>
1046 <profile>
1047 <id>release</id>
1048 <build>
1049 <plugins>
1050 <!-- We want to deploy the artifact to a staging location for perusal -->
1051 <plugin>
1052 <inherited>true</inherited>
1053 <artifactId>maven-deploy-plugin</artifactId>
1054 <version>2.3</version>
1055 <configuration>
1056 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
1057 <updateReleaseInfo>true</updateReleaseInfo>
1058 </configuration>
1059 </plugin>
1060 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
1061 <plugin>
1062 <artifactId>maven-gpg-plugin</artifactId>
1063 <version>1.0-alpha-4</version>
1064 <executions>
1065 <execution>
1066 <goals>
1067 <goal>sign</goal>
1068 </goals>
1069 </execution>
1070 </executions>
1071 </plugin>
1072 </plugins>
1073 </build>
1074 </profile>
1075 <profile>
1076 <id>setup.eclipse</id>
1077 <modules>
1078 <module>assembly</module>
1079 </modules>
1080 <properties>
1081 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
1082 </properties>
1083 <build>
1084 <defaultGoal>eclipse:eclipse</defaultGoal>
1085 <plugins>
1086 <plugin>
1087 <groupId>org.apache.maven.plugins</groupId>
1088 <artifactId>maven-eclipse-plugin</artifactId>
1089 <inherited>false</inherited>
1090 <executions>
1091 <execution>
1092 <id>setup.eclipse.workspace</id>
1093 <phase>process-test-sources</phase>
1094 <goals>
1095 <goal>add-maven-repo</goal>
1096 </goals>
1097 <configuration>
1098 <workspace>${eclipse.workspace.dir}</workspace>
1099 </configuration>
1100 </execution>
1101 </executions>
1102 </plugin>
1103 </plugins>
1104 </build>
1105 </profile>
1106 <profile>
1107 <id>deploy</id>
1108 <properties>
1109 <createSourcesJar>true</createSourcesJar>
1110 </properties>
1111 <build>
1112 <defaultGoal>deploy</defaultGoal>
1113 <plugins>
1114 <plugin>
1115 <groupId>org.apache.maven.plugins</groupId>
1116 <artifactId>maven-source-plugin</artifactId>
1117 <version>2.0.4</version>
1118 <executions>
1119 <execution>
1120 <id>attach-sources</id>
1121 <goals>
1122 <goal>jar</goal>
1123 </goals>
1124 </execution>
1125 </executions>
1126 </plugin>
1127 <plugin>
1128 <groupId>org.apache.maven.plugins</groupId>
1129 <artifactId>maven-javadoc-plugin</artifactId>
1130 <version>2.4</version>
1131 <configuration>
1132 <source>1.5</source>
1133 </configuration>
1134 <executions>
1135 <execution>
1136 <id>attach-javadocs</id>
1137 <goals>
1138 <goal>jar</goal>
1139 </goals>
1140 </execution>
1141 </executions>
1142 </plugin>
1143 </plugins>
1144 </build>
1145 </profile>
1146 </profiles>
1147
1148</project>