Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 2 | <!-- |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 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 | --> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 17 | <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"> |
| 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | <parent> |
| 20 | <groupId>org.apache.felix</groupId> |
| 21 | <artifactId>felix-parent</artifactId> |
| 22 | <version>1.2.0</version> |
| 23 | <relativePath>../../pom/pom.xml</relativePath> |
| 24 | </parent> |
| 25 | <properties> |
| 26 | <osgi.version>4.2.0</osgi.version> |
| 27 | <pax.exam.version>1.2.0</pax.exam.version> |
| 28 | </properties> |
| 29 | <name>Apache Felix Dependency Manager Integration Tests</name> |
| 30 | <artifactId>org.apache.felix.dependencymanager.test</artifactId> |
Pierre De Rop | 0501214 | 2011-05-06 07:36:14 +0000 | [diff] [blame] | 31 | <version>3.0.1-SNAPSHOT</version> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>${pom.groupId}</groupId> |
| 35 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
Marcel Offermans | cdd0f29 | 2011-05-10 09:58:52 +0000 | [diff] [blame] | 36 | <version>3.1.0-SNAPSHOT</version> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 37 | <scope>provided</scope> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>${pom.groupId}</groupId> |
| 41 | <artifactId>org.apache.felix.dependencymanager.annotation</artifactId> |
Pierre De Rop | 0501214 | 2011-05-06 07:36:14 +0000 | [diff] [blame] | 42 | <version>3.0.1-SNAPSHOT</version> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 43 | <scope>provided</scope> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>${pom.groupId}</groupId> |
| 47 | <artifactId>org.apache.felix.dependencymanager.runtime</artifactId> |
Pierre De Rop | 0501214 | 2011-05-06 07:36:14 +0000 | [diff] [blame] | 48 | <version>3.0.1-SNAPSHOT</version> |
Marcel Offermans | 89c60cc | 2011-04-27 10:14:59 +0000 | [diff] [blame] | 49 | <scope>provided</scope> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>org.osgi</groupId> |
| 53 | <artifactId>org.osgi.core</artifactId> |
| 54 | <version>${osgi.version}</version> |
| 55 | </dependency> |
| 56 | <dependency> |
| 57 | <groupId>org.osgi</groupId> |
| 58 | <artifactId>org.osgi.compendium</artifactId> |
| 59 | <version>${osgi.version}</version> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>biz.aQute</groupId> |
| 63 | <artifactId>bndlib</artifactId> |
| 64 | <version>1.15.0</version> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>org.ops4j.pax.exam</groupId> |
| 68 | <artifactId>pax-exam</artifactId> |
| 69 | <version>${pax.exam.version}</version> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>org.ops4j.pax.exam</groupId> |
| 73 | <artifactId>pax-exam-container-default</artifactId> |
| 74 | <version>${pax.exam.version}</version> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.ops4j.pax.exam</groupId> |
| 78 | <artifactId>pax-exam-junit</artifactId> |
| 79 | <version>${pax.exam.version}</version> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>junit</groupId> |
| 83 | <artifactId>junit</artifactId> |
| 84 | <version>4.7</version> |
| 85 | </dependency> |
| 86 | </dependencies> |
| 87 | <build> |
| 88 | <plugins> |
| 89 | <plugin> |
| 90 | <artifactId>maven-compiler-plugin</artifactId> |
| 91 | <configuration> |
| 92 | <source>1.5</source> |
| 93 | <target>1.5</target> |
| 94 | <useDefaultManifestFile>false</useDefaultManifestFile> |
| 95 | <compilerArgument>-g</compilerArgument> |
| 96 | <compilerVersion>1.5</compilerVersion> |
| 97 | </configuration> |
| 98 | <executions> |
| 99 | <execution> |
| 100 | <id>default-testCompile</id> |
| 101 | <configuration> |
| 102 | <source>1.5</source> |
| 103 | <target>1.5</target> |
| 104 | </configuration> |
| 105 | </execution> |
| 106 | </executions> |
| 107 | </plugin> |
| 108 | <plugin> |
| 109 | <groupId>org.ops4j.pax.exam</groupId> |
| 110 | <artifactId>maven-paxexam-plugin</artifactId> |
| 111 | <executions> |
| 112 | <execution> |
| 113 | <id>generate-config</id> |
| 114 | <goals> |
| 115 | <goal>generate-depends-file</goal> |
| 116 | </goals> |
| 117 | </execution> |
| 118 | </executions> |
| 119 | </plugin> |
| 120 | </plugins> |
| 121 | </build> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 122 | </project> |