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