Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 23 | |
Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 24 | <packaging>pom</packaging> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 25 | |
Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.apache.felix</groupId> |
| 28 | <artifactId>felix</artifactId> |
| 29 | <version>1.0.4</version> |
| 30 | <relativePath>../pom/pom.xml</relativePath> |
| 31 | </parent> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 32 | |
Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 33 | <name>Apache Felix Dependency Manager Projects</name> |
| 34 | <artifactId>dependencymanager-reactor</artifactId> |
| 35 | <version>3.0.0-SNAPSHOT</version> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 36 | |
Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 37 | <licenses> |
| 38 | <license> |
| 39 | <name>Apache License, Version 2.0</name> |
| 40 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 41 | <distribution>repo</distribution> |
| 42 | </license> |
| 43 | </licenses> |
| 44 | |
| 45 | <modules> |
| 46 | <module>core</module> |
| 47 | <module>shell</module> |
| 48 | <module>compat</module> |
| 49 | <module>annotation</module> |
| 50 | <module>runtime</module> |
| 51 | <module>samples</module> |
| 52 | <module>samples.annotation</module> |
| 53 | <module>test</module> |
| 54 | </modules> |
| 55 | |
| 56 | <properties> |
| 57 | <felix.dependencymanager.version>3.0.0-SNAPSHOT</felix.dependencymanager.version> |
| 58 | <osgi.version>4.1.0</osgi.version> |
| 59 | <pax.exam.version>1.2.0</pax.exam.version> |
| 60 | </properties> |
| 61 | |
| 62 | <dependencyManagement> |
| 63 | <dependencies> |
| 64 | <dependency> |
| 65 | <groupId>${pom.groupId}</groupId> |
| 66 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
| 67 | <version>${felix.dependencymanager.version}</version> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>${pom.groupId}</groupId> |
| 71 | <artifactId>org.apache.felix.dependencymanager.annotation</artifactId> |
| 72 | <version>${felix.dependencymanager.version}</version> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>${pom.groupId}</groupId> |
| 76 | <artifactId>org.apache.felix.dependencymanager.runtime</artifactId> |
| 77 | <version>${felix.dependencymanager.version}</version> |
| 78 | </dependency> |
| 79 | |
| 80 | <dependency> |
| 81 | <groupId>${pom.groupId}</groupId> |
| 82 | <artifactId>org.apache.felix.gogo.runtime</artifactId> |
| 83 | <version>0.6.0</version> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>${pom.groupId}</groupId> |
| 87 | <artifactId>org.apache.felix.shell</artifactId> |
| 88 | <version>1.4.1</version> |
| 89 | </dependency> |
Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 90 | <dependency> |
| 91 | <groupId>org.eclipse.equinox</groupId> |
| 92 | <artifactId>osgi</artifactId> |
| 93 | <version>3.1.1</version> |
| 94 | </dependency> |
| 95 | |
| 96 | <dependency> |
| 97 | <groupId>org.osgi</groupId> |
| 98 | <artifactId>org.osgi.core</artifactId> |
| 99 | <version>${osgi.version}</version> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.osgi</groupId> |
| 103 | <artifactId>org.osgi.compendium</artifactId> |
| 104 | <version>${osgi.version}</version> |
| 105 | </dependency> |
| 106 | |
| 107 | <dependency> |
| 108 | <groupId>biz.aQute</groupId> |
| 109 | <artifactId>bnd</artifactId> |
| 110 | <version>0.0.401</version> |
| 111 | </dependency> |
| 112 | |
| 113 | <dependency> |
| 114 | <groupId>org.ops4j.pax.exam</groupId> |
| 115 | <artifactId>pax-exam</artifactId> |
| 116 | <version>${pax.exam.version}</version> |
| 117 | </dependency> |
| 118 | <dependency> |
| 119 | <groupId>org.ops4j.pax.exam</groupId> |
| 120 | <artifactId>pax-exam-container-default</artifactId> |
| 121 | <version>${pax.exam.version}</version> |
| 122 | </dependency> |
| 123 | <dependency> |
| 124 | <groupId>org.ops4j.pax.exam</groupId> |
| 125 | <artifactId>pax-exam-junit</artifactId> |
| 126 | <version>${pax.exam.version}</version> |
| 127 | </dependency> |
Marcel Offermans | eead138 | 2010-11-28 09:14:41 +0000 | [diff] [blame] | 128 | |
Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 129 | <dependency> |
| 130 | <groupId>org.apache.maven</groupId> |
| 131 | <artifactId>maven-project</artifactId> |
| 132 | <version>2.0.7</version> |
| 133 | </dependency> |
| 134 | <dependency> |
| 135 | <groupId>org.apache.maven</groupId> |
| 136 | <artifactId>maven-artifact</artifactId> |
| 137 | <version>2.0.7</version> |
| 138 | </dependency> |
| 139 | <dependency> |
| 140 | <groupId>org.apache.maven</groupId> |
| 141 | <artifactId>maven-plugin-api</artifactId> |
| 142 | <version>2.0</version> |
| 143 | </dependency> |
| 144 | |
| 145 | <dependency> |
| 146 | <groupId>org.json</groupId> |
| 147 | <artifactId>json</artifactId> |
| 148 | <version>20070829</version> |
| 149 | </dependency> |
| 150 | |
| 151 | <dependency> |
| 152 | <groupId>junit</groupId> |
| 153 | <artifactId>junit</artifactId> |
| 154 | <version>4.7</version> |
| 155 | </dependency> |
| 156 | </dependencies> |
| 157 | </dependencyManagement> |
| 158 | |
| 159 | <build> |
| 160 | <pluginManagement> |
| 161 | <plugins> |
| 162 | <plugin> |
| 163 | <groupId>org.apache.felix</groupId> |
| 164 | <artifactId>maven-bundle-plugin</artifactId> |
| 165 | <version>1.4.0</version> |
| 166 | <extensions>true</extensions> |
| 167 | </plugin> |
| 168 | |
| 169 | <plugin> |
| 170 | <groupId>${pom.groupId}</groupId> |
| 171 | <artifactId>org.apache.felix.dependencymanager.annotation</artifactId> |
| 172 | <version>${felix.dependencymanager.version}</version> |
| 173 | </plugin> |
| 174 | |
| 175 | <plugin> |
| 176 | <groupId>org.ops4j.pax.exam</groupId> |
| 177 | <artifactId>maven-paxexam-plugin</artifactId> |
| 178 | <version>${pax.exam.version}</version> |
| 179 | </plugin> |
| 180 | </plugins> |
| 181 | </pluginManagement> |
| 182 | |
| 183 | <plugins> |
| 184 | <!-- by default the dependency manager will run on any OSGi execution environment --> |
| 185 | <plugin> |
| 186 | <groupId>org.apache.maven.plugins</groupId> |
| 187 | <artifactId>maven-compiler-plugin</artifactId> |
| 188 | <configuration> |
| 189 | <target>1.3</target> |
| 190 | </configuration> |
| 191 | </plugin> |
| 192 | </plugins> |
| 193 | </build> |
| 194 | |
| 195 | <repositories> |
| 196 | <repository> |
| 197 | <id>maven2-repository.dev.java.net</id> |
| 198 | <name>Java.net Maven 2 Repository</name> |
| 199 | <url>http://download.java.net/maven/2</url> |
| 200 | </repository> |
| 201 | |
| 202 | <repository> |
| 203 | <id>maven2-repository.biz.aQute</id> |
| 204 | <name>aQute SARL Maven 2 Repository</name> |
| 205 | <url>http://www.aqute.biz/repo</url> |
| 206 | </repository> |
| 207 | </repositories> |
| 208 | |
| 209 | <scm> |
| 210 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/dependencymanager/</connection> |
| 211 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/dependencymanager/</developerConnection> |
| 212 | <url>http://svn.apache.org/viewvc/felix/trunk/dependencymanager/</url> |
| 213 | </scm> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 214 | </project> |