Guillaume Nodet | 6896d70 | 2009-09-22 09:11:12 +0000 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 2 | |
| 3 | <!-- |
| 4 | |
| 5 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 6 | contributor license agreements. See the NOTICE file distributed with |
| 7 | this work for additional information regarding copyright ownership. |
| 8 | The ASF licenses this file to You under the Apache License, Version 2.0 |
| 9 | (the "License"); you may not use this file except in compliance with |
| 10 | the License. You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | --> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 20 | |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | |
| 23 | <parent> |
Guillaume Nodet | bb681e6 | 2009-05-11 11:55:10 +0000 | [diff] [blame] | 24 | <groupId>org.apache.felix</groupId> |
Gert Vanthienen | abed2af | 2009-06-16 11:58:10 +0000 | [diff] [blame] | 25 | <artifactId>felix-parent</artifactId> |
Guillaume Nodet | 8544c0f | 2009-10-15 12:51:01 +0000 | [diff] [blame] | 26 | <version>1.2.1</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 27 | </parent> |
| 28 | |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 29 | <groupId>org.apache.felix.karaf</groupId> |
Guillaume Nodet | bb681e6 | 2009-05-11 11:55:10 +0000 | [diff] [blame] | 30 | <artifactId>karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 31 | <packaging>pom</packaging> |
Chris Custine | f6a85b3 | 2010-02-19 07:50:10 +0000 | [diff] [blame] | 32 | <version>1.5.0-SNAPSHOT</version> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 33 | <name>Apache Felix Karaf</name> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 34 | <inceptionYear>2007</inceptionYear> |
| 35 | |
| 36 | <modules> |
| 37 | <module>main</module> |
Gert Vanthienen | e798396 | 2010-03-04 12:19:22 +0000 | [diff] [blame] | 38 | <module>commons</module> |
Guillaume Nodet | e692a96 | 2009-08-07 09:55:51 +0000 | [diff] [blame] | 39 | <module>features</module> |
Guillaume Nodet | 8c0c8eb | 2009-10-22 18:01:48 +0000 | [diff] [blame] | 40 | <module>admin</module> |
Guillaume Nodet | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 41 | <module>deployer</module> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 42 | <module>shell</module> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 43 | <module>jaas</module> |
| 44 | <module>client</module> |
| 45 | <module>management</module> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 46 | <module>webconsole</module> |
Guillaume Nodet | f06efd9 | 2009-10-16 09:35:27 +0000 | [diff] [blame] | 47 | <module>manual</module> |
Guillaume Nodet | 87d0b5f | 2010-04-30 15:27:06 +0000 | [diff] [blame] | 48 | <module>exception</module> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 49 | <module>assembly</module> |
| 50 | <module>demos</module> |
Guillaume Nodet | 751a487 | 2009-08-17 20:22:49 +0000 | [diff] [blame] | 51 | <module>itests</module> |
Gert Vanthienen | cdec0a2 | 2009-06-16 07:05:38 +0000 | [diff] [blame] | 52 | <module>tooling</module> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 53 | </modules> |
| 54 | |
| 55 | <scm> |
Chris Custine | f6a85b3 | 2010-02-19 07:50:10 +0000 | [diff] [blame] | 56 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection> |
| 57 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection> |
| 58 | <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 59 | </scm> |
| 60 | |
| 61 | <issueManagement> |
| 62 | <system>jira</system> |
Guillaume Nodet | bb681e6 | 2009-05-11 11:55:10 +0000 | [diff] [blame] | 63 | <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 64 | </issueManagement> |
| 65 | |
| 66 | <prerequisites> |
| 67 | <maven>2.0.7</maven> |
| 68 | </prerequisites> |
| 69 | |
| 70 | <properties> |
Chris Custine | 4a3018b | 2009-11-06 04:09:08 +0000 | [diff] [blame] | 71 | <aopalliance.version>1.0_3</aopalliance.version> |
| 72 | <cglib.version>2.1_3_4</cglib.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 73 | <commons.logging.version>1.1.1</commons.logging.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 74 | <depends.maven.plugin.version>1.0</depends.maven.plugin.version> |
| 75 | <easymock.version>2.4</easymock.version> |
Chris Custine | 43f284a | 2009-10-26 08:54:34 +0000 | [diff] [blame] | 76 | <equinox.version>3.5.1.v20090827</equinox.version> |
Guillaume Nodet | 741329b | 2010-02-20 20:37:29 +0000 | [diff] [blame] | 77 | <felix.bundlerepository.version>1.5.0-SNAPSHOT</felix.bundlerepository.version> |
Gert Vanthienen | f789768 | 2009-06-06 12:03:00 +0000 | [diff] [blame] | 78 | <felix.compendium.version>1.2.0</felix.compendium.version> |
Guillaume Nodet | 08f445f | 2009-09-08 13:25:47 +0000 | [diff] [blame] | 79 | <felix.configadmin.version>1.2.4</felix.configadmin.version> |
Chris Custine | ee8bd6b | 2010-01-02 07:16:04 +0000 | [diff] [blame] | 80 | <felix.fileinstall.version>2.0.8</felix.fileinstall.version> |
Chris Custine | d88acf9 | 2010-02-19 07:18:07 +0000 | [diff] [blame] | 81 | <felix.framework.version>2.0.4</felix.framework.version> |
Guillaume Nodet | 24c7b3d | 2009-11-25 13:08:04 +0000 | [diff] [blame] | 82 | <felix.gogo.version>0.2.2</felix.gogo.version> |
Guillaume Nodet | 39bd3da | 2009-09-16 13:22:56 +0000 | [diff] [blame] | 83 | <felix.osgi.version>1.4.0</felix.osgi.version> |
Guillaume Nodet | 83ebd4d | 2010-03-05 15:05:56 +0000 | [diff] [blame] | 84 | <felix.plugin.version>2.1.0-SNAPSHOT</felix.plugin.version> |
Guillaume Nodet | 983a727 | 2010-02-02 13:21:15 +0000 | [diff] [blame] | 85 | <felix.prefs.version>1.0.4</felix.prefs.version> |
Guillaume Nodet | ae89ee6 | 2010-04-30 15:44:47 +0000 | [diff] [blame] | 86 | <felix.webconsole.version>3.0.0</felix.webconsole.version> |
Guillaume Nodet | 7584865 | 2009-06-11 08:36:21 +0000 | [diff] [blame] | 87 | <felix.metatype.version>1.0.2</felix.metatype.version> |
Guillaume Nodet | 264a287 | 2010-03-12 08:10:43 +0000 | [diff] [blame] | 88 | <aries.blueprint.version>0.1-incubating-SNAPSHOT</aries.blueprint.version> |
| 89 | <aries.jmx.version>0.1-incubating-SNAPSHOT</aries.jmx.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 90 | <geronimo.servlet.version>1.1.2</geronimo.servlet.version> |
Chris Custine | 2c9ec92 | 2010-02-09 21:44:38 +0000 | [diff] [blame] | 91 | <jansi.version>1.2</jansi.version> |
Guillaume Nodet | 14f2ff6 | 2010-02-05 08:37:57 +0000 | [diff] [blame] | 92 | <jetty.bundle.version>6.1.22_1</jetty.bundle.version> |
Guillaume Nodet | 7341aab | 2010-02-03 15:18:50 +0000 | [diff] [blame] | 93 | <junit.version>4.7_1</junit.version> |
Chris Custine | c981aab | 2010-02-09 20:17:25 +0000 | [diff] [blame] | 94 | <jline.version>0.9.95.20100209</jline.version> |
Guillaume Nodet | 87d0b5f | 2010-04-30 15:27:06 +0000 | [diff] [blame] | 95 | <log4j.version>1.2.16</log4j.version> |
Gert Vanthienen | cdec0a2 | 2009-06-16 07:05:38 +0000 | [diff] [blame] | 96 | <maven.version>2.0.9</maven.version> |
Guillaume Nodet | 24c7b3d | 2009-11-25 13:08:04 +0000 | [diff] [blame] | 97 | <mina.version>2.0.0-RC1</mina.version> |
Guillaume Nodet | 0f4abbf | 2009-10-15 18:41:10 +0000 | [diff] [blame] | 98 | <pax.exam.version>1.1.0</pax.exam.version> |
Guillaume Nodet | 9477371 | 2010-05-04 16:40:56 +0000 | [diff] [blame] | 99 | <pax.logging.version>1.5.0</pax.logging.version> |
Guillaume Nodet | 0f4abbf | 2009-10-15 18:41:10 +0000 | [diff] [blame] | 100 | <pax.runner.version>1.2.1</pax.runner.version> |
Guillaume Nodet | 3091638 | 2009-10-16 09:44:52 +0000 | [diff] [blame] | 101 | <pax.url.version>1.1.2</pax.url.version> |
Guillaume Nodet | 14f2ff6 | 2010-02-05 08:37:57 +0000 | [diff] [blame] | 102 | <pax.web.version>0.7.2</pax.web.version> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 103 | <servlet.api.version>2.5</servlet.api.version> |
Guillaume Nodet | 7d40fd3 | 2009-06-18 21:13:47 +0000 | [diff] [blame] | 104 | <spring.osgi.version>1.2.0</spring.osgi.version> |
| 105 | <spring.version>2.5.6.SEC01</spring.version> |
Guillaume Nodet | 66e70e9 | 2010-04-30 08:57:57 +0000 | [diff] [blame] | 106 | <sshd.version>0.4.0-SNAPSHOT</sshd.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 107 | |
| 108 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 109 | <appendedResourcesDirectory>${basedir}/etc/appended-resources</appendedResourcesDirectory> |
Guillaume Nodet | 4e32cd6 | 2009-05-04 16:30:02 +0000 | [diff] [blame] | 110 | <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 111 | </properties> |
| 112 | |
| 113 | <repositories> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 114 | <!-- Apache snapshots --> |
| 115 | <repository> |
| 116 | <id>apache-snapshots</id> |
| 117 | <name>Apache Snapshots Repository</name> |
| 118 | <url>http://repository.apache.org/content/groups/snapshots-group</url> |
| 119 | <releases> |
| 120 | <enabled>false</enabled> |
| 121 | </releases> |
| 122 | <snapshots> |
| 123 | <enabled>true</enabled> |
| 124 | </snapshots> |
| 125 | </repository> |
| 126 | <!-- ServiceMix repo --> |
| 127 | <repository> |
| 128 | <id>servicemix</id> |
| 129 | <name>Apache ServiceMix Repository</name> |
| 130 | <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url> |
| 131 | <releases> |
| 132 | <enabled>true</enabled> |
| 133 | </releases> |
| 134 | <snapshots> |
| 135 | <enabled>false</enabled> |
| 136 | </snapshots> |
| 137 | </repository> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 138 | <repository> |
Guillaume Nodet | 624fc9d | 2009-08-25 09:02:04 +0000 | [diff] [blame] | 139 | <id>jansi.release.m2</id> |
| 140 | <name>jansi Release Repository</name> |
| 141 | <url>http://jansi.fusesource.org/repo/release</url> |
| 142 | <snapshots> |
Guillaume Nodet | 39bd3da | 2009-09-16 13:22:56 +0000 | [diff] [blame] | 143 | <enabled>false</enabled> |
Guillaume Nodet | 624fc9d | 2009-08-25 09:02:04 +0000 | [diff] [blame] | 144 | </snapshots> |
| 145 | <releases> |
Guillaume Nodet | 39bd3da | 2009-09-16 13:22:56 +0000 | [diff] [blame] | 146 | <enabled>true</enabled> |
Guillaume Nodet | 624fc9d | 2009-08-25 09:02:04 +0000 | [diff] [blame] | 147 | </releases> |
Guillaume Nodet | 39bd3da | 2009-09-16 13:22:56 +0000 | [diff] [blame] | 148 | </repository> |
| 149 | </repositories> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 150 | |
| 151 | <dependencyManagement> |
| 152 | <dependencies> |
| 153 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 154 | <groupId>org.apache.felix.karaf</groupId> |
Guillaume Nodet | 20e0115 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 155 | <artifactId>manual</artifactId> |
| 156 | <type>pdf</type> |
| 157 | <version>${pom.version}</version> |
| 158 | </dependency> |
| 159 | <dependency> |
| 160 | <groupId>org.apache.felix.karaf</groupId> |
| 161 | <artifactId>manual</artifactId> |
| 162 | <type>html</type> |
| 163 | <version>${pom.version}</version> |
| 164 | </dependency> |
| 165 | <dependency> |
| 166 | <groupId>org.apache.felix.karaf</groupId> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 167 | <artifactId>org.apache.felix.karaf.main</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 168 | <version>${pom.version}</version> |
| 169 | </dependency> |
| 170 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 171 | <groupId>org.apache.felix.karaf</groupId> |
Guillaume Nodet | 87d0b5f | 2010-04-30 15:27:06 +0000 | [diff] [blame] | 172 | <artifactId>org.apache.felix.karaf.exception</artifactId> |
| 173 | <version>${pom.version}</version> |
| 174 | </dependency> |
| 175 | <dependency> |
| 176 | <groupId>org.apache.felix.karaf</groupId> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 177 | <artifactId>org.apache.felix.karaf.client</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 178 | <version>${pom.version}</version> |
| 179 | </dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 180 | <dependency> |
Gert Vanthienen | e798396 | 2010-03-04 12:19:22 +0000 | [diff] [blame] | 181 | <groupId>org.apache.felix.karaf</groupId> |
| 182 | <artifactId>org.apache.felix.karaf.commons</artifactId> |
| 183 | <version>${pom.version}</version> |
| 184 | </dependency> |
| 185 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 186 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 187 | <artifactId>org.apache.felix.karaf.deployer.spring</artifactId> |
Guillaume Nodet | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 188 | <version>${pom.version}</version> |
| 189 | </dependency> |
| 190 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 191 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 192 | <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId> |
Guillaume Nodet | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 193 | <version>${pom.version}</version> |
| 194 | </dependency> |
| 195 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 196 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 197 | <artifactId>org.apache.felix.karaf.deployer.features</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 198 | <version>${pom.version}</version> |
| 199 | </dependency> |
| 200 | <dependency> |
Guillaume Nodet | 60a69b6 | 2010-02-05 09:40:46 +0000 | [diff] [blame] | 201 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 202 | <artifactId>org.apache.felix.karaf.deployer.war</artifactId> |
| 203 | <version>${pom.version}</version> |
| 204 | </dependency> |
| 205 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 206 | <groupId>org.apache.felix.karaf</groupId> |
| 207 | <artifactId>org.apache.felix.karaf.management</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 208 | <version>${pom.version}</version> |
| 209 | </dependency> |
| 210 | <dependency> |
Guillaume Nodet | 3daf0b5 | 2009-10-30 11:41:19 +0000 | [diff] [blame] | 211 | <groupId>org.apache.felix.karaf.demos</groupId> |
| 212 | <artifactId>demos</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 213 | <version>${pom.version}</version> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 214 | </dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 215 | <dependency> |
Guillaume Nodet | e692a96 | 2009-08-07 09:55:51 +0000 | [diff] [blame] | 216 | <groupId>org.apache.felix.karaf.features</groupId> |
| 217 | <artifactId>org.apache.felix.karaf.features.core</artifactId> |
| 218 | <version>${pom.version}</version> |
| 219 | </dependency> |
| 220 | <dependency> |
| 221 | <groupId>org.apache.felix.karaf.features</groupId> |
| 222 | <artifactId>org.apache.felix.karaf.features.command</artifactId> |
| 223 | <version>${pom.version}</version> |
| 224 | </dependency> |
| 225 | <dependency> |
| 226 | <groupId>org.apache.felix.karaf.features</groupId> |
| 227 | <artifactId>org.apache.felix.karaf.features.management</artifactId> |
| 228 | <version>${pom.version}</version> |
| 229 | </dependency> |
| 230 | <dependency> |
Guillaume Nodet | 8c0c8eb | 2009-10-22 18:01:48 +0000 | [diff] [blame] | 231 | <groupId>org.apache.felix.karaf.admin</groupId> |
| 232 | <artifactId>org.apache.felix.karaf.admin.core</artifactId> |
| 233 | <version>${pom.version}</version> |
| 234 | </dependency> |
| 235 | <dependency> |
| 236 | <groupId>org.apache.felix.karaf.admin</groupId> |
| 237 | <artifactId>org.apache.felix.karaf.admin.command</artifactId> |
| 238 | <version>${pom.version}</version> |
| 239 | </dependency> |
| 240 | <dependency> |
| 241 | <groupId>org.apache.felix.karaf.admin</groupId> |
| 242 | <artifactId>org.apache.felix.karaf.admin.management</artifactId> |
| 243 | <version>${pom.version}</version> |
| 244 | </dependency> |
| 245 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 246 | <groupId>org.apache.felix.karaf.shell</groupId> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 247 | <artifactId>org.apache.felix.karaf.shell.console</artifactId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 248 | <version>${pom.version}</version> |
| 249 | </dependency> |
| 250 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 251 | <groupId>org.apache.felix.karaf.shell</groupId> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 252 | <artifactId>org.apache.felix.karaf.shell.obr</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 253 | <version>${pom.version}</version> |
| 254 | </dependency> |
| 255 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 256 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 257 | <artifactId>org.apache.felix.karaf.shell.osgi</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 258 | <version>${pom.version}</version> |
| 259 | </dependency> |
| 260 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 261 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 262 | <artifactId>org.apache.felix.karaf.shell.log</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 263 | <version>${pom.version}</version> |
| 264 | </dependency> |
| 265 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 266 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 267 | <artifactId>org.apache.felix.karaf.shell.config</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 268 | <version>${pom.version}</version> |
| 269 | </dependency> |
| 270 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 271 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 272 | <artifactId>org.apache.felix.karaf.shell.packages</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 273 | <version>${pom.version}</version> |
| 274 | </dependency> |
| 275 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 276 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 277 | <artifactId>org.apache.felix.karaf.shell.ssh</artifactId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 278 | <version>${pom.version}</version> |
| 279 | </dependency> |
| 280 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 281 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 282 | <artifactId>org.apache.felix.karaf.shell.commands</artifactId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 283 | <version>${pom.version}</version> |
| 284 | </dependency> |
| 285 | <dependency> |
Gert Vanthienen | d52c71a | 2009-12-04 15:49:54 +0000 | [diff] [blame] | 286 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 287 | <artifactId>org.apache.felix.karaf.shell.dev</artifactId> |
| 288 | <version>${pom.version}</version> |
| 289 | </dependency> |
| 290 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 291 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 292 | <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 293 | <version>${pom.version}</version> |
| 294 | </dependency> |
| 295 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 296 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 297 | <artifactId>org.apache.felix.karaf.jaas.config</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 298 | <version>${pom.version}</version> |
| 299 | </dependency> |
| 300 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 301 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 302 | <artifactId>org.apache.felix.karaf.jaas.modules</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 303 | <version>${pom.version}</version> |
| 304 | </dependency> |
| 305 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 306 | <groupId>org.apache.felix.karaf.demos</groupId> |
Guillaume Nodet | 3daf0b5 | 2009-10-30 11:41:19 +0000 | [diff] [blame] | 307 | <artifactId>web</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 308 | <version>${pom.version}</version> |
| 309 | </dependency> |
| 310 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 311 | <groupId>org.apache.felix.karaf</groupId> |
| 312 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 313 | <version>${pom.version}</version> |
| 314 | </dependency> |
| 315 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 316 | <groupId>org.apache.felix.karaf</groupId> |
| 317 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 318 | <type>zip</type> |
| 319 | <version>${pom.version}</version> |
| 320 | </dependency> |
| 321 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 322 | <groupId>org.apache.felix.karaf</groupId> |
| 323 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | cbb5cb5 | 2009-04-30 07:04:50 +0000 | [diff] [blame] | 324 | <classifier>features</classifier> |
| 325 | <type>xml</type> |
| 326 | <version>${pom.version}</version> |
| 327 | </dependency> |
| 328 | <dependency> |
Guillaume Nodet | a446ec2 | 2010-02-03 12:23:27 +0000 | [diff] [blame] | 329 | <groupId>org.apache.felix.karaf.tooling</groupId> |
| 330 | <artifactId>org.apache.felix.karaf.tooling.testing</artifactId> |
| 331 | <version>${pom.version}</version> |
| 332 | </dependency> |
| 333 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 334 | <groupId>org.apache.felix</groupId> |
| 335 | <artifactId>org.apache.felix.framework</artifactId> |
| 336 | <version>${felix.framework.version}</version> |
| 337 | <exclusions> |
| 338 | <exclusion> |
| 339 | <groupId>org.apache.felix</groupId> |
| 340 | <artifactId>org.osgi.compendium</artifactId> |
| 341 | </exclusion> |
| 342 | </exclusions> |
| 343 | </dependency> |
| 344 | <dependency> |
| 345 | <groupId>org.apache.felix</groupId> |
| 346 | <artifactId>org.osgi.compendium</artifactId> |
| 347 | <version>${felix.compendium.version}</version> |
| 348 | <exclusions> |
| 349 | <exclusion> |
| 350 | <groupId>org.apache.felix</groupId> |
| 351 | <artifactId>org.osgi.foundation</artifactId> |
| 352 | </exclusion> |
| 353 | <exclusion> |
| 354 | <groupId>org.apache.felix</groupId> |
| 355 | <artifactId>javax.servlet</artifactId> |
| 356 | </exclusion> |
| 357 | </exclusions> |
| 358 | </dependency> |
| 359 | <dependency> |
| 360 | <groupId>org.apache.felix</groupId> |
| 361 | <artifactId>org.osgi.core</artifactId> |
| 362 | <version>${felix.osgi.version}</version> |
| 363 | </dependency> |
| 364 | <dependency> |
| 365 | <groupId>org.apache.felix</groupId> |
| 366 | <artifactId>org.apache.felix.configadmin</artifactId> |
| 367 | <version>${felix.configadmin.version}</version> |
| 368 | </dependency> |
| 369 | <dependency> |
| 370 | <groupId>org.apache.felix</groupId> |
| 371 | <artifactId>org.apache.felix.prefs</artifactId> |
| 372 | <version>${felix.prefs.version}</version> |
| 373 | </dependency> |
| 374 | <dependency> |
| 375 | <groupId>org.apache.felix</groupId> |
| 376 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
| 377 | <version>${felix.bundlerepository.version}</version> |
| 378 | <exclusions> |
| 379 | <exclusion> |
| 380 | <groupId>org.apache.felix</groupId> |
| 381 | <artifactId>org.osgi.service.obr</artifactId> |
| 382 | </exclusion> |
| 383 | <exclusion> |
| 384 | <groupId>org.apache.felix</groupId> |
| 385 | <artifactId>org.apache.felix.shell</artifactId> |
| 386 | </exclusion> |
| 387 | <exclusion> |
| 388 | <groupId>net.sf.kxml</groupId> |
| 389 | <artifactId>kxml2</artifactId> |
| 390 | </exclusion> |
| 391 | </exclusions> |
| 392 | </dependency> |
| 393 | <dependency> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 394 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | ace1329 | 2009-06-18 21:05:47 +0000 | [diff] [blame] | 395 | <artifactId>org.apache.felix.metatype</artifactId> |
| 396 | <version>${felix.metatype.version}</version> |
| 397 | </dependency> |
| 398 | <dependency> |
| 399 | <groupId>org.apache.felix</groupId> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 400 | <artifactId>org.apache.felix.webconsole</artifactId> |
| 401 | <version>${felix.webconsole.version}</version> |
| 402 | </dependency> |
| 403 | <dependency> |
Guillaume Nodet | 7584865 | 2009-06-11 08:36:21 +0000 | [diff] [blame] | 404 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | dce21f4 | 2009-08-31 07:19:00 +0000 | [diff] [blame] | 405 | <artifactId>org.apache.felix.fileinstall</artifactId> |
| 406 | <version>${felix.fileinstall.version}</version> |
Guillaume Nodet | 7584865 | 2009-06-11 08:36:21 +0000 | [diff] [blame] | 407 | </dependency> |
| 408 | <dependency> |
Gert Vanthienen | cdec0a2 | 2009-06-16 07:05:38 +0000 | [diff] [blame] | 409 | <groupId>org.apache.felix</groupId> |
| 410 | <artifactId>maven-bundle-plugin</artifactId> |
| 411 | <version>${felix.plugin.version}</version> |
| 412 | </dependency> |
| 413 | <dependency> |
| 414 | <groupId>org.apache.maven</groupId> |
| 415 | <artifactId>maven-plugin-api</artifactId> |
| 416 | <version>${maven.version}</version> |
| 417 | </dependency> |
| 418 | <dependency> |
| 419 | <groupId>org.apache.maven</groupId> |
| 420 | <artifactId>maven-project</artifactId> |
| 421 | <version>${maven.version}</version> |
| 422 | </dependency> |
| 423 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 424 | <groupId>org.springframework</groupId> |
| 425 | <artifactId>spring-aop</artifactId> |
| 426 | <version>${spring.version}</version> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 427 | <exclusions> |
| 428 | <exclusion> |
| 429 | <groupId>org.aopalliance</groupId> |
| 430 | <artifactId>com.springsource.org.aopalliance</artifactId> |
| 431 | </exclusion> |
| 432 | </exclusions> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 433 | </dependency> |
| 434 | <dependency> |
| 435 | <groupId>org.springframework</groupId> |
| 436 | <artifactId>spring-beans</artifactId> |
| 437 | <version>${spring.version}</version> |
| 438 | </dependency> |
| 439 | <dependency> |
| 440 | <groupId>org.springframework</groupId> |
| 441 | <artifactId>spring-core</artifactId> |
| 442 | <version>${spring.version}</version> |
| 443 | </dependency> |
| 444 | <dependency> |
| 445 | <groupId>org.springframework</groupId> |
| 446 | <artifactId>spring-context</artifactId> |
| 447 | <version>${spring.version}</version> |
| 448 | </dependency> |
| 449 | <dependency> |
| 450 | <groupId>org.springframework</groupId> |
| 451 | <artifactId>spring-test</artifactId> |
| 452 | <version>${spring.version}</version> |
| 453 | </dependency> |
| 454 | <dependency> |
| 455 | <groupId>org.springframework.osgi</groupId> |
| 456 | <artifactId>spring-osgi-core</artifactId> |
| 457 | <version>${spring.osgi.version}</version> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 458 | <exclusions> |
| 459 | <exclusion> |
| 460 | <groupId>org.springframework</groupId> |
| 461 | <artifactId>org.springframework.aop</artifactId> |
| 462 | </exclusion> |
| 463 | <exclusion> |
| 464 | <groupId>org.springframework</groupId> |
| 465 | <artifactId>org.springframework.beans</artifactId> |
| 466 | </exclusion> |
| 467 | <exclusion> |
| 468 | <groupId>org.springframework</groupId> |
| 469 | <artifactId>org.springframework.context</artifactId> |
| 470 | </exclusion> |
| 471 | <exclusion> |
| 472 | <groupId>org.springframework</groupId> |
| 473 | <artifactId>org.springframework.core</artifactId> |
| 474 | </exclusion> |
| 475 | </exclusions> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 476 | </dependency> |
| 477 | <dependency> |
| 478 | <groupId>org.springframework.osgi</groupId> |
| 479 | <artifactId>spring-osgi-io</artifactId> |
| 480 | <version>${spring.osgi.version}</version> |
| 481 | </dependency> |
| 482 | <dependency> |
| 483 | <groupId>org.springframework.osgi</groupId> |
| 484 | <artifactId>spring-osgi-extender</artifactId> |
| 485 | <version>${spring.osgi.version}</version> |
| 486 | </dependency> |
| 487 | <dependency> |
| 488 | <groupId>org.springframework.osgi</groupId> |
Guillaume Nodet | 9967653 | 2009-08-24 07:27:30 +0000 | [diff] [blame] | 489 | <artifactId>spring-osgi-annotation</artifactId> |
| 490 | <version>${spring.osgi.version}</version> |
| 491 | </dependency> |
| 492 | <dependency> |
| 493 | <groupId>org.springframework.osgi</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 494 | <artifactId>spring-osgi-test</artifactId> |
| 495 | <version>${spring.osgi.version}</version> |
| 496 | <exclusions> |
| 497 | <exclusion> |
| 498 | <groupId>org.springframework.osgi</groupId> |
| 499 | <artifactId>asm.osgi</artifactId> |
| 500 | </exclusion> |
| 501 | <exclusion> |
| 502 | <groupId>org.junit</groupId> |
| 503 | <artifactId>com.springsource.junit</artifactId> |
| 504 | </exclusion> |
| 505 | <exclusion> |
| 506 | <groupId>org.objectweb.asm</groupId> |
| 507 | <artifactId>com.springsource.org.objectweb.asm</artifactId> |
| 508 | </exclusion> |
| 509 | </exclusions> |
| 510 | </dependency> |
| 511 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 512 | <groupId>org.apache.servicemix.bundles</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 513 | <artifactId>org.apache.servicemix.bundles.junit</artifactId> |
| 514 | <version>${junit.version}</version> |
| 515 | </dependency> |
| 516 | <dependency> |
Guillaume Nodet | 60a69b6 | 2010-02-05 09:40:46 +0000 | [diff] [blame] | 517 | <groupId>org.apache.servicemix.bundles</groupId> |
| 518 | <artifactId>org.apache.servicemix.bundles.jetty-bundle</artifactId> |
| 519 | <version>${jetty.bundle.version}</version> |
| 520 | </dependency> |
| 521 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 522 | <groupId>log4j</groupId> |
| 523 | <artifactId>log4j</artifactId> |
| 524 | <version>${log4j.version}</version> |
| 525 | </dependency> |
| 526 | <dependency> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 527 | <groupId>jline</groupId> |
| 528 | <artifactId>jline</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 529 | <version>${jline.version}</version> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 530 | </dependency> |
| 531 | <dependency> |
| 532 | <groupId>org.fusesource.jansi</groupId> |
| 533 | <artifactId>jansi</artifactId> |
| 534 | <version>${jansi.version}</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 535 | </dependency> |
| 536 | <dependency> |
| 537 | <groupId>commons-logging</groupId> |
| 538 | <artifactId>commons-logging</artifactId> |
| 539 | <version>${commons.logging.version}</version> |
| 540 | </dependency> |
| 541 | <dependency> |
| 542 | <groupId>org.apache.maven.artifact</groupId> |
| 543 | <artifactId>maven-artifact</artifactId> |
| 544 | <version>3.0-alpha-1</version> |
| 545 | </dependency> |
| 546 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 547 | <groupId>org.apache.mina</groupId> |
| 548 | <artifactId>mina-core</artifactId> |
| 549 | <version>${mina.version}</version> |
| 550 | <exclusions> |
| 551 | <exclusion> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 552 | <groupId>org.easymock</groupId> |
| 553 | <artifactId>easymock</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 554 | </exclusion> |
| 555 | <exclusion> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 556 | <groupId>org.easymock</groupId> |
| 557 | <artifactId>easymockclassextension</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 558 | </exclusion> |
| 559 | </exclusions> |
| 560 | </dependency> |
| 561 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 562 | <groupId>org.slf4j</groupId> |
| 563 | <artifactId>slf4j-api</artifactId> |
| 564 | <version>1.4.3</version> |
| 565 | </dependency> |
| 566 | <dependency> |
| 567 | <groupId>org.slf4j</groupId> |
| 568 | <artifactId>slf4j-jdk14</artifactId> |
| 569 | <version>1.4.3</version> |
| 570 | </dependency> |
| 571 | <dependency> |
| 572 | <groupId>org.slf4j</groupId> |
| 573 | <artifactId>slf4j-nop</artifactId> |
| 574 | <version>1.4.3</version> |
| 575 | </dependency> |
| 576 | <dependency> |
Guillaume Nodet | 3daf0b5 | 2009-10-30 11:41:19 +0000 | [diff] [blame] | 577 | <groupId>org.slf4j</groupId> |
| 578 | <artifactId>slf4j-simple</artifactId> |
| 579 | <version>1.4.3</version> |
| 580 | </dependency> |
| 581 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 582 | <groupId>org.ops4j.pax.logging</groupId> |
| 583 | <artifactId>pax-logging-api</artifactId> |
| 584 | <version>${pax.logging.version}</version> |
| 585 | </dependency> |
| 586 | <dependency> |
| 587 | <groupId>org.ops4j.pax.logging</groupId> |
| 588 | <artifactId>pax-logging-service</artifactId> |
| 589 | <version>${pax.logging.version}</version> |
| 590 | <exclusions> |
| 591 | <exclusion> |
| 592 | <groupId>log4j</groupId> |
| 593 | <artifactId>log4j</artifactId> |
| 594 | </exclusion> |
| 595 | </exclusions> |
| 596 | </dependency> |
| 597 | <dependency> |
| 598 | <groupId>org.ops4j.pax.url</groupId> |
| 599 | <artifactId>pax-url-mvn</artifactId> |
| 600 | <version>${pax.url.version}</version> |
| 601 | </dependency> |
| 602 | <dependency> |
| 603 | <groupId>org.ops4j.pax.url</groupId> |
| 604 | <artifactId>pax-url-wrap</artifactId> |
| 605 | <version>${pax.url.version}</version> |
| 606 | </dependency> |
| 607 | <dependency> |
Guillaume Nodet | 60a69b6 | 2010-02-05 09:40:46 +0000 | [diff] [blame] | 608 | <groupId>org.ops4j.pax.url</groupId> |
| 609 | <artifactId>pax-url-war</artifactId> |
| 610 | <version>${pax.url.version}</version> |
| 611 | </dependency> |
| 612 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 613 | <groupId>org.apache.geronimo.specs</groupId> |
| 614 | <artifactId>geronimo-servlet_2.5_spec</artifactId> |
| 615 | <version>${geronimo.servlet.version}</version> |
| 616 | </dependency> |
| 617 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 618 | <groupId>org.easymock</groupId> |
| 619 | <artifactId>easymock</artifactId> |
| 620 | <version>${easymock.version}</version> |
| 621 | </dependency> |
| 622 | <dependency> |
| 623 | <groupId>org.apache.sshd</groupId> |
| 624 | <artifactId>sshd-core</artifactId> |
| 625 | <version>${sshd.version}</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 626 | </dependency> |
| 627 | <dependency> |
Guillaume Nodet | 5906117 | 2009-04-29 16:35:06 +0000 | [diff] [blame] | 628 | <groupId>org.ops4j.pax.exam</groupId> |
| 629 | <artifactId>pax-exam</artifactId> |
| 630 | <version>${pax.exam.version}</version> |
| 631 | </dependency> |
| 632 | <dependency> |
| 633 | <groupId>org.ops4j.pax.exam</groupId> |
| 634 | <artifactId>pax-exam-junit</artifactId> |
| 635 | <version>${pax.exam.version}</version> |
| 636 | </dependency> |
| 637 | <dependency> |
| 638 | <groupId>org.ops4j.pax.exam</groupId> |
| 639 | <artifactId>pax-exam-container-default</artifactId> |
| 640 | <version>${pax.exam.version}</version> |
| 641 | </dependency> |
| 642 | <dependency> |
| 643 | <groupId>org.ops4j.pax.exam</groupId> |
| 644 | <artifactId>pax-exam-junit-extender-impl</artifactId> |
| 645 | <version>${pax.exam.version}</version> |
| 646 | </dependency> |
Guillaume Nodet | b417d98 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 647 | <dependency> |
| 648 | <groupId>org.eclipse</groupId> |
| 649 | <artifactId>osgi</artifactId> |
| 650 | <version>${equinox.version}</version> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 651 | </dependency> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 652 | <dependency> |
| 653 | <groupId>javax.servlet</groupId> |
| 654 | <artifactId>servlet-api</artifactId> |
| 655 | <version>${servlet.api.version}</version> |
Guillaume Nodet | b417d98 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 656 | </dependency> |
Guillaume Nodet | 6b2946d | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 657 | <dependency> |
Guillaume Nodet | cf99b61 | 2010-02-20 20:23:14 +0000 | [diff] [blame] | 658 | <groupId>org.apache.aries.blueprint</groupId> |
| 659 | <artifactId>org.apache.aries.blueprint</artifactId> |
| 660 | <version>${aries.blueprint.version}</version> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 661 | <exclusions> |
| 662 | <exclusion> |
| 663 | <groupId>org.apache.felix</groupId> |
| 664 | <artifactId>javax.servlet</artifactId> |
| 665 | </exclusion> |
| 666 | </exclusions> |
Guillaume Nodet | 6b2946d | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 667 | </dependency> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 668 | <dependency> |
Guillaume Nodet | cf99b61 | 2010-02-20 20:23:14 +0000 | [diff] [blame] | 669 | <groupId>org.apache.aries.jmx</groupId> |
| 670 | <artifactId>org.apache.aries.jmx</artifactId> |
| 671 | <version>${aries.jmx.version}</version> |
| 672 | </dependency> |
| 673 | <dependency> |
| 674 | <groupId>org.apache.aries.jmx</groupId> |
| 675 | <artifactId>org.apache.aries.jmx.blueprint</artifactId> |
| 676 | <version>${aries.jmx.version}</version> |
| 677 | </dependency> |
| 678 | <dependency> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 679 | <groupId>org.apache.felix.gogo</groupId> |
| 680 | <artifactId>org.apache.felix.gogo.runtime</artifactId> |
| 681 | <version>${felix.gogo.version}</version> |
| 682 | </dependency> |
| 683 | <dependency> |
| 684 | <groupId>org.apache.felix.gogo</groupId> |
| 685 | <artifactId>org.apache.felix.gogo.commands</artifactId> |
| 686 | <version>${felix.gogo.version}</version> |
| 687 | </dependency> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 688 | <dependency> |
| 689 | <groupId>org.ops4j.pax.runner</groupId> |
| 690 | <artifactId>pax-runner-no-jcl</artifactId> |
| 691 | <version>${pax.runner.version}</version> |
| 692 | </dependency> |
Guillaume Nodet | 60a69b6 | 2010-02-05 09:40:46 +0000 | [diff] [blame] | 693 | <dependency> |
| 694 | <groupId>org.ops4j.pax.web</groupId> |
| 695 | <artifactId>pax-web-api</artifactId> |
| 696 | <version>${pax.web.version}</version> |
| 697 | </dependency> |
| 698 | <dependency> |
| 699 | <groupId>org.ops4j.pax.web</groupId> |
| 700 | <artifactId>pax-web-spi</artifactId> |
| 701 | <version>${pax.web.version}</version> |
| 702 | </dependency> |
| 703 | <dependency> |
| 704 | <groupId>org.ops4j.pax.web</groupId> |
| 705 | <artifactId>pax-web-runtime</artifactId> |
| 706 | <version>${pax.web.version}</version> |
| 707 | </dependency> |
| 708 | <dependency> |
| 709 | <groupId>org.ops4j.pax.web</groupId> |
| 710 | <artifactId>pax-web-jetty</artifactId> |
| 711 | <version>${pax.web.version}</version> |
| 712 | </dependency> |
| 713 | <dependency> |
| 714 | <groupId>org.ops4j.pax.web</groupId> |
| 715 | <artifactId>pax-web-jsp</artifactId> |
| 716 | <version>${pax.web.version}</version> |
| 717 | </dependency> |
| 718 | <dependency> |
| 719 | <groupId>org.ops4j.pax.web</groupId> |
| 720 | <artifactId>pax-web-extender-war</artifactId> |
| 721 | <version>${pax.web.version}</version> |
| 722 | </dependency> |
| 723 | <dependency> |
| 724 | <groupId>org.ops4j.pax.web</groupId> |
| 725 | <artifactId>pax-web-extender-whiteboard</artifactId> |
| 726 | <version>${pax.web.version}</version> |
| 727 | </dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 728 | </dependencies> |
| 729 | </dependencyManagement> |
| 730 | |
| 731 | <build> |
| 732 | <defaultGoal>install</defaultGoal> |
| 733 | |
| 734 | <pluginManagement> |
| 735 | <plugins> |
| 736 | <plugin> |
| 737 | <groupId>org.apache.maven.plugins</groupId> |
| 738 | <artifactId>maven-eclipse-plugin</artifactId> |
| 739 | <version>2.4</version> |
| 740 | <configuration> |
| 741 | <outputDirectory>${basedir}/eclipse-classes</outputDirectory> |
| 742 | <downloadSources>true</downloadSources> |
| 743 | <downloadJavadocs>true</downloadJavadocs> |
| 744 | </configuration> |
| 745 | </plugin> |
| 746 | <plugin> |
| 747 | <groupId>org.apache.maven.plugins</groupId> |
| 748 | <artifactId>maven-release-plugin</artifactId> |
Chris Custine | 8533da6 | 2010-02-24 15:29:25 +0000 | [diff] [blame] | 749 | <version>2.0</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 750 | <configuration> |
| 751 | <useReleaseProfile>false</useReleaseProfile> |
Guillaume Nodet | 7398a72 | 2009-09-22 09:00:32 +0000 | [diff] [blame] | 752 | <preparationGoals>clean install</preparationGoals> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 753 | <goals>deploy</goals> |
| 754 | <arguments>-Prelease,deploy</arguments> |
| 755 | <autoVersionSubmodules>true</autoVersionSubmodules> |
| 756 | </configuration> |
| 757 | </plugin> |
| 758 | <plugin> |
| 759 | <groupId>org.apache.felix</groupId> |
| 760 | <artifactId>maven-bundle-plugin</artifactId> |
| 761 | <version>${felix.plugin.version}</version> |
| 762 | <extensions>true</extensions> |
| 763 | </plugin> |
| 764 | <plugin> |
| 765 | <groupId>org.apache.maven.plugins</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 766 | <artifactId>maven-idea-plugin</artifactId> |
| 767 | <version>2.1</version> |
| 768 | <configuration> |
| 769 | <downloadSources>true</downloadSources> |
| 770 | <downloadJavadocs>true</downloadJavadocs> |
| 771 | </configuration> |
| 772 | </plugin> |
| 773 | <plugin> |
| 774 | <groupId>org.apache.maven.plugins</groupId> |
| 775 | <artifactId>maven-surefire-plugin</artifactId> |
| 776 | <version>2.3.1</version> |
| 777 | </plugin> |
| 778 | <plugin> |
| 779 | <groupId>org.apache.maven.plugins</groupId> |
| 780 | <artifactId>maven-shade-plugin</artifactId> |
| 781 | <version>1.2</version> |
| 782 | </plugin> |
| 783 | <plugin> |
| 784 | <groupId>org.apache.maven.plugins</groupId> |
| 785 | <artifactId>maven-resources-plugin</artifactId> |
| 786 | <version>2.3</version> |
| 787 | </plugin> |
| 788 | <plugin> |
| 789 | <groupId>org.apache.servicemix.tooling</groupId> |
| 790 | <artifactId>depends-maven-plugin</artifactId> |
| 791 | <version>${depends.maven.plugin.version}</version> |
| 792 | </plugin> |
| 793 | <plugin> |
| 794 | <groupId>org.apache.maven.plugins</groupId> |
| 795 | <artifactId>maven-source-plugin</artifactId> |
| 796 | <version>2.0.4</version> |
| 797 | </plugin> |
| 798 | <plugin> |
| 799 | <groupId>org.apache.maven.plugins</groupId> |
| 800 | <artifactId>maven-assembly-plugin</artifactId> |
| 801 | <version>2.2-beta-3</version> |
| 802 | </plugin> |
Guillaume Nodet | e73545e | 2009-09-18 20:25:06 +0000 | [diff] [blame] | 803 | <plugin> |
| 804 | <groupId>org.apache.maven.plugins</groupId> |
| 805 | <artifactId>maven-antrun-plugin</artifactId> |
| 806 | <version>1.2</version> |
| 807 | <dependencies> |
| 808 | <dependency> |
| 809 | <groupId>ant-contrib</groupId> |
| 810 | <artifactId>ant-contrib</artifactId> |
| 811 | <version>1.0b3</version> |
| 812 | </dependency> |
| 813 | <dependency> |
| 814 | <groupId>ant</groupId> |
| 815 | <artifactId>ant-optional</artifactId> |
| 816 | <version>1.5.3-1</version> |
| 817 | </dependency> |
Guillaume Nodet | f06efd9 | 2009-10-16 09:35:27 +0000 | [diff] [blame] | 818 | <dependency> |
| 819 | <groupId>org.ccil.cowan.tagsoup</groupId> |
| 820 | <artifactId>tagsoup</artifactId> |
| 821 | <version>1.2</version> |
| 822 | </dependency> |
Guillaume Nodet | e73545e | 2009-09-18 20:25:06 +0000 | [diff] [blame] | 823 | </dependencies> |
| 824 | </plugin> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 825 | </plugins> |
| 826 | </pluginManagement> |
| 827 | <plugins> |
| 828 | <plugin> |
| 829 | <groupId>org.apache.maven.plugins</groupId> |
Guillaume Nodet | 60dbfd7 | 2009-05-11 14:33:35 +0000 | [diff] [blame] | 830 | <artifactId>maven-compiler-plugin</artifactId> |
| 831 | <version>2.0.2</version> |
| 832 | <configuration> |
| 833 | <source>1.5</source> |
| 834 | <target>1.5</target> |
| 835 | <maxmem>256M</maxmem> |
| 836 | <fork>${compiler.fork}</fork> |
| 837 | </configuration> |
| 838 | </plugin> |
| 839 | <plugin> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 840 | <artifactId>maven-remote-resources-plugin</artifactId> |
Chris Custine | 74789eb | 2009-11-14 19:56:18 +0000 | [diff] [blame] | 841 | <version>1.1</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 842 | <executions> |
| 843 | <execution> |
| 844 | <goals> |
| 845 | <goal>process</goal> |
| 846 | </goals> |
| 847 | <configuration> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 848 | <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 849 | <resourceBundles> |
| 850 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> |
| 851 | </resourceBundles> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 852 | </configuration> |
| 853 | </execution> |
| 854 | </executions> |
| 855 | </plugin> |
Guillaume Nodet | e73545e | 2009-09-18 20:25:06 +0000 | [diff] [blame] | 856 | <plugin> |
| 857 | <groupId>org.apache.maven.plugins</groupId> |
| 858 | <artifactId>maven-antrun-plugin</artifactId> |
| 859 | <executions> |
| 860 | <execution> |
| 861 | <id>copy-notice</id> |
| 862 | <phase>generate-resources</phase> |
| 863 | <configuration> |
| 864 | <tasks> |
Guillaume Nodet | 6896d70 | 2009-09-22 09:11:12 +0000 | [diff] [blame] | 865 | <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" failonerror="false" overwrite="true" /> |
Guillaume Nodet | e73545e | 2009-09-18 20:25:06 +0000 | [diff] [blame] | 866 | </tasks> |
| 867 | </configuration> |
| 868 | <goals> |
| 869 | <goal>run</goal> |
| 870 | </goals> |
| 871 | </execution> |
| 872 | </executions> |
| 873 | </plugin> |
| 874 | <plugin> |
| 875 | <groupId>org.apache.maven.plugins</groupId> |
| 876 | <artifactId>maven-resources-plugin</artifactId> |
| 877 | </plugin> |
Guillaume Nodet | 83ebd4d | 2010-03-05 15:05:56 +0000 | [diff] [blame] | 878 | <plugin> |
| 879 | <groupId>org.apache.felix</groupId> |
| 880 | <artifactId>maven-bundle-plugin</artifactId> |
| 881 | <inherited>true</inherited> |
| 882 | <executions> |
| 883 | <execution> |
| 884 | <id>cleanVersions</id> |
| 885 | <phase>generate-sources</phase> |
| 886 | <goals> |
| 887 | <goal>cleanVersions</goal> |
| 888 | </goals> |
| 889 | <configuration> |
| 890 | <versions> |
| 891 | <karaf.osgi.version>${pom.version}</karaf.osgi.version> |
| 892 | </versions> |
| 893 | </configuration> |
| 894 | </execution> |
| 895 | </executions> |
| 896 | </plugin> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 897 | </plugins> |
| 898 | </build> |
| 899 | |
| 900 | <reporting> |
| 901 | <plugins> |
| 902 | <plugin> |
| 903 | <groupId>org.apache.maven.plugins</groupId> |
| 904 | <artifactId>maven-javadoc-plugin</artifactId> |
| 905 | <version>2.3</version> |
| 906 | </plugin> |
| 907 | <plugin> |
| 908 | <groupId>org.apache.maven.plugins</groupId> |
| 909 | <artifactId>maven-jxr-plugin</artifactId> |
| 910 | <version>2.0</version> |
| 911 | </plugin> |
| 912 | </plugins> |
| 913 | </reporting> |
| 914 | |
| 915 | <profiles> |
| 916 | <profile> |
| 917 | <id>fastinstall</id> |
| 918 | <properties> |
| 919 | <maven.test.skip>true</maven.test.skip> |
| 920 | </properties> |
| 921 | </profile> |
| 922 | <profile> |
| 923 | <id>rat</id> |
| 924 | <build> |
| 925 | <plugins> |
| 926 | <plugin> |
Chris Custine | 7e08f86 | 2010-03-01 05:11:13 +0000 | [diff] [blame] | 927 | <groupId>org.apache.rat</groupId> |
| 928 | <artifactId>apache-rat-plugin</artifactId> |
| 929 | <version>0.6</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 930 | <executions> |
| 931 | <execution> |
| 932 | <phase>verify</phase> |
| 933 | <goals> |
| 934 | <goal>check</goal> |
| 935 | </goals> |
| 936 | </execution> |
| 937 | </executions> |
| 938 | <configuration> |
| 939 | <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile> |
Chris Custine | 7e08f86 | 2010-03-01 05:11:13 +0000 | [diff] [blame] | 940 | <excludeSubProjects>false</excludeSubProjects> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 941 | <excludes> |
| 942 | <exclude>**/target/**/*</exclude> |
| 943 | <!-- IDEA files --> |
| 944 | <exclude>**/*.iml</exclude> |
| 945 | <exclude>**/*.ipr</exclude> |
| 946 | <exclude>**/*.iws</exclude> |
| 947 | <!-- Eclipse files --> |
| 948 | <exclude>**/.*</exclude> |
| 949 | <exclude>**/eclipse-classes/**/*</exclude> |
| 950 | <exclude>**/dependency-reduced-pom.xml</exclude> |
Chris Custine | 2c21112 | 2010-03-01 22:04:04 +0000 | [diff] [blame] | 951 | <!--RAT doesn't seem to recognize MIT style licenses--> |
| 952 | <exclude>manual/src/styles/print.css</exclude> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 953 | </excludes> |
| 954 | </configuration> |
| 955 | </plugin> |
| 956 | </plugins> |
| 957 | </build> |
| 958 | </profile> |
| 959 | <profile> |
| 960 | <id>release</id> |
| 961 | <build> |
| 962 | <plugins> |
| 963 | <!-- We want to deploy the artifact to a staging location for perusal --> |
| 964 | <plugin> |
| 965 | <inherited>true</inherited> |
| 966 | <artifactId>maven-deploy-plugin</artifactId> |
| 967 | <version>2.3</version> |
| 968 | <configuration> |
| 969 | <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository> |
| 970 | <updateReleaseInfo>true</updateReleaseInfo> |
| 971 | </configuration> |
| 972 | </plugin> |
| 973 | <!-- We want to sign the artifact, the POM, and all attached artifacts --> |
| 974 | <plugin> |
| 975 | <artifactId>maven-gpg-plugin</artifactId> |
| 976 | <version>1.0-alpha-4</version> |
| 977 | <executions> |
| 978 | <execution> |
Chris Custine | c783896 | 2010-03-03 07:20:47 +0000 | [diff] [blame] | 979 | <id>sign-artifacts</id> |
| 980 | <phase>verify</phase> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 981 | <goals> |
| 982 | <goal>sign</goal> |
| 983 | </goals> |
| 984 | </execution> |
| 985 | </executions> |
| 986 | </plugin> |
Guillaume Nodet | 20d5773 | 2009-09-21 19:29:37 +0000 | [diff] [blame] | 987 | <plugin> |
| 988 | <groupId>org.apache.maven.plugins</groupId> |
| 989 | <artifactId>maven-assembly-plugin</artifactId> |
| 990 | <executions> |
| 991 | <execution> |
| 992 | <id>make-assembly</id> |
| 993 | <phase>none</phase> |
| 994 | </execution> |
| 995 | </executions> |
| 996 | </plugin> |
| 997 | <plugin> |
| 998 | <groupId>org.codehaus.mojo</groupId> |
| 999 | <artifactId>build-helper-maven-plugin</artifactId> |
| 1000 | <executions> |
| 1001 | <execution> |
| 1002 | <id>attach-assemblies</id> |
| 1003 | <phase>none</phase> |
| 1004 | </execution> |
| 1005 | </executions> |
| 1006 | </plugin> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 1007 | </plugins> |
| 1008 | </build> |
| 1009 | </profile> |
| 1010 | <profile> |
| 1011 | <id>setup.eclipse</id> |
| 1012 | <modules> |
| 1013 | <module>assembly</module> |
| 1014 | </modules> |
| 1015 | <properties> |
| 1016 | <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir> |
| 1017 | </properties> |
| 1018 | <build> |
| 1019 | <defaultGoal>eclipse:eclipse</defaultGoal> |
| 1020 | <plugins> |
| 1021 | <plugin> |
| 1022 | <groupId>org.apache.maven.plugins</groupId> |
| 1023 | <artifactId>maven-eclipse-plugin</artifactId> |
| 1024 | <inherited>false</inherited> |
| 1025 | <executions> |
| 1026 | <execution> |
| 1027 | <id>setup.eclipse.workspace</id> |
| 1028 | <phase>process-test-sources</phase> |
| 1029 | <goals> |
| 1030 | <goal>add-maven-repo</goal> |
| 1031 | </goals> |
| 1032 | <configuration> |
| 1033 | <workspace>${eclipse.workspace.dir}</workspace> |
| 1034 | </configuration> |
| 1035 | </execution> |
| 1036 | </executions> |
| 1037 | </plugin> |
| 1038 | </plugins> |
| 1039 | </build> |
| 1040 | </profile> |
| 1041 | <profile> |
| 1042 | <id>deploy</id> |
| 1043 | <properties> |
| 1044 | <createSourcesJar>true</createSourcesJar> |
| 1045 | </properties> |
| 1046 | <build> |
| 1047 | <defaultGoal>deploy</defaultGoal> |
| 1048 | <plugins> |
| 1049 | <plugin> |
| 1050 | <groupId>org.apache.maven.plugins</groupId> |
| 1051 | <artifactId>maven-source-plugin</artifactId> |
| 1052 | <version>2.0.4</version> |
| 1053 | <executions> |
| 1054 | <execution> |
| 1055 | <id>attach-sources</id> |
| 1056 | <goals> |
| 1057 | <goal>jar</goal> |
| 1058 | </goals> |
| 1059 | </execution> |
| 1060 | </executions> |
| 1061 | </plugin> |
| 1062 | <plugin> |
| 1063 | <groupId>org.apache.maven.plugins</groupId> |
| 1064 | <artifactId>maven-javadoc-plugin</artifactId> |
| 1065 | <version>2.4</version> |
| 1066 | <configuration> |
| 1067 | <source>1.5</source> |
| 1068 | </configuration> |
| 1069 | <executions> |
| 1070 | <execution> |
| 1071 | <id>attach-javadocs</id> |
| 1072 | <goals> |
| 1073 | <goal>jar</goal> |
| 1074 | </goals> |
| 1075 | </execution> |
| 1076 | </executions> |
| 1077 | </plugin> |
| 1078 | </plugins> |
| 1079 | </build> |
| 1080 | </profile> |
| 1081 | </profiles> |
| 1082 | |
| 1083 | </project> |