Pierre De Rop | 6ccf9b0 | 2010-01-11 21:41:58 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | contributor license agreements. See the NOTICE file distributed with |
| 5 | this work for additional information regarding copyright ownership. |
| 6 | The ASF licenses this file to you under the Apache License, Version |
| 7 | 2.0 (the "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 Unless required by |
| 11 | applicable law or agreed to in writing, software distributed under |
| 12 | the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES |
| 13 | OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
Pierre De Rop | 6faf1b0 | 2010-02-24 22:41:27 +0000 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 18 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 19 | <modelVersion>4.0.0</modelVersion> |
Pierre De Rop | 6faf1b0 | 2010-02-24 22:41:27 +0000 | [diff] [blame] | 20 | |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 21 | <parent> |
Marcel Offermans | 7a6d484 | 2011-04-21 16:37:39 +0000 | [diff] [blame] | 22 | <groupId>org.apache.felix</groupId> |
| 23 | <artifactId>felix-parent</artifactId> |
| 24 | <version>1.2.0</version> |
| 25 | <relativePath>../../pom/pom.xml</relativePath> |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 26 | </parent> |
Pierre De Rop | 6ccf9b0 | 2010-01-11 21:41:58 +0000 | [diff] [blame] | 27 | |
Marcel Offermans | 7a6d484 | 2011-04-21 16:37:39 +0000 | [diff] [blame] | 28 | <properties> |
| 29 | <felix.dependencymanager.version>3.0.0-SNAPSHOT</felix.dependencymanager.version> |
| 30 | <osgi.version>4.2.0</osgi.version> |
| 31 | <pax.exam.version>1.2.0</pax.exam.version> |
| 32 | </properties> |
| 33 | |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 34 | <name>Apache Felix Dependency Manager Annotation</name> |
| 35 | <description>DM annotation API, and corresponding scanner plugins</description> |
| 36 | <artifactId>org.apache.felix.dependencymanager.annotation</artifactId> |
| 37 | <packaging>maven-plugin</packaging> |
Pierre De Rop | 6faf1b0 | 2010-02-24 22:41:27 +0000 | [diff] [blame] | 38 | |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.osgi</groupId> |
| 42 | <artifactId>org.osgi.core</artifactId> |
Marcel Offermans | 7a6d484 | 2011-04-21 16:37:39 +0000 | [diff] [blame] | 43 | <version>${osgi.version}</version> |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 44 | </dependency> |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 45 | <dependency> |
| 46 | <groupId>biz.aQute</groupId> |
Pierre De Rop | 4d240a3 | 2011-02-26 22:29:03 +0000 | [diff] [blame] | 47 | <artifactId>bndlib</artifactId> |
Marcel Offermans | 7a6d484 | 2011-04-21 16:37:39 +0000 | [diff] [blame] | 48 | <version>1.15.0</version> |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.apache.maven</groupId> |
| 52 | <artifactId>maven-project</artifactId> |
Marcel Offermans | 7a6d484 | 2011-04-21 16:37:39 +0000 | [diff] [blame] | 53 | <version>2.0.7</version> |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.apache.maven</groupId> |
| 57 | <artifactId>maven-artifact</artifactId> |
Marcel Offermans | 7a6d484 | 2011-04-21 16:37:39 +0000 | [diff] [blame] | 58 | <version>2.0.7</version> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.apache.maven</groupId> |
| 62 | <artifactId>maven-plugin-api</artifactId> |
| 63 | <version>2.0</version> |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 64 | </dependency> |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 65 | <dependency> |
| 66 | <groupId>org.json</groupId> |
| 67 | <artifactId>json</artifactId> |
Marcel Offermans | 7a6d484 | 2011-04-21 16:37:39 +0000 | [diff] [blame] | 68 | <version>20070829</version> |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 69 | </dependency> |
| 70 | </dependencies> |
| 71 | <build> |
Pierre De Rop | d41435b | 2011-03-04 22:52:12 +0000 | [diff] [blame] | 72 | <resources> |
| 73 | <resource> |
| 74 | <directory>.</directory> |
| 75 | <targetPath>META-INF</targetPath> |
| 76 | <includes> |
| 77 | <include>LICENSE*</include> |
| 78 | <include>NOTICE*</include> |
| 79 | <include>DEPENDENCIES*</include> |
| 80 | </includes> |
| 81 | </resource> |
| 82 | </resources> |
| 83 | |
Marcel Offermans | ecd32b0 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 84 | <plugins> |
| 85 | <plugin> |
| 86 | <groupId>org.apache.maven.plugins</groupId> |
| 87 | <artifactId>maven-compiler-plugin</artifactId> |
| 88 | <configuration> |
| 89 | <source>1.5</source> |
| 90 | <target>1.5</target> |
| 91 | </configuration> |
| 92 | </plugin> |
| 93 | </plugins> |
| 94 | </build> |
Pierre De Rop | 6ccf9b0 | 2010-01-11 21:41:58 +0000 | [diff] [blame] | 95 | </project> |