Marcel Offermans | f494303 | 2009-11-21 18:23:33 +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 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 18 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 19 | <parent> |
| 20 | <groupId>org.apache.felix</groupId> |
| 21 | <artifactId>felix</artifactId> |
| 22 | <version>1.0.4</version> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 23 | <relativePath>../../pom/pom.xml</relativePath> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 24 | </parent> |
| 25 | <modelVersion>4.0.0</modelVersion> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 26 | <name>Apache Felix Dependency Manager Integration Tests</name> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 27 | <version>3.0.0-SNAPSHOT</version> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 28 | <artifactId>org.apache.felix.dependencymanager.test</artifactId> |
Pierre De Rop | 61e91a4 | 2010-02-18 21:02:56 +0000 | [diff] [blame] | 29 | |
| 30 | <repositories> |
| 31 | <repository> |
| 32 | <id>maven2-repository.biz.aQute</id> |
| 33 | <name>aQute SARL Maven 2 Repository</name> |
| 34 | <url>http://www.aqute.biz/repo</url> |
| 35 | </repository> |
| 36 | </repositories> |
| 37 | |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 38 | <dependencies> |
| 39 | <dependency> |
Pierre De Rop | 61e91a4 | 2010-02-18 21:02:56 +0000 | [diff] [blame] | 40 | <groupId>biz.aQute</groupId> |
| 41 | <artifactId>bnd</artifactId> |
| 42 | <version>0.0.394</version> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>${pom.groupId}</groupId> |
| 46 | <artifactId>org.apache.felix.dependencymanager.annotation</artifactId> |
| 47 | <version>3.0.0-SNAPSHOT</version> |
| 48 | <scope>provided</scope> |
| 49 | </dependency> |
| 50 | <dependency> |
Marcel Offermans | ca21ff1 | 2009-11-24 16:02:10 +0000 | [diff] [blame] | 51 | <groupId>org.osgi</groupId> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 52 | <artifactId>org.osgi.core</artifactId> |
Marcel Offermans | 404cd54 | 2009-12-08 09:01:23 +0000 | [diff] [blame] | 53 | <version>4.1.0</version> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 54 | </dependency> |
| 55 | <dependency> |
Marcel Offermans | ca21ff1 | 2009-11-24 16:02:10 +0000 | [diff] [blame] | 56 | <groupId>org.osgi</groupId> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 57 | <artifactId>org.osgi.compendium</artifactId> |
Marcel Offermans | 404cd54 | 2009-12-08 09:01:23 +0000 | [diff] [blame] | 58 | <version>4.1.0</version> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 59 | </dependency> |
| 60 | <dependency> |
Marcel Offermans | 4bcd2cb | 2009-11-21 19:27:38 +0000 | [diff] [blame] | 61 | <groupId>${pom.groupId}</groupId> |
| 62 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
| 63 | <version>3.0.0-SNAPSHOT</version> |
| 64 | <scope>provided</scope> |
| 65 | </dependency> |
| 66 | <dependency> |
Pierre De Rop | d9c1daa | 2010-01-11 21:51:47 +0000 | [diff] [blame] | 67 | <groupId>${pom.groupId}</groupId> |
| 68 | <artifactId>org.apache.felix.dependencymanager.runtime</artifactId> |
| 69 | <version>3.0.0-SNAPSHOT</version> |
| 70 | <scope>provided</scope> |
| 71 | </dependency> |
| 72 | <dependency> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 73 | <groupId>org.ops4j.pax.exam</groupId> |
| 74 | <artifactId>pax-exam</artifactId> |
Marcel Offermans | 8a60969 | 2010-04-02 15:00:13 +0000 | [diff] [blame] | 75 | <version>1.2.0</version> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>org.ops4j.pax.exam</groupId> |
| 79 | <artifactId>pax-exam-container-default</artifactId> |
Marcel Offermans | 8a60969 | 2010-04-02 15:00:13 +0000 | [diff] [blame] | 80 | <version>1.2.0</version> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>org.ops4j.pax.exam</groupId> |
| 84 | <artifactId>pax-exam-junit</artifactId> |
Marcel Offermans | 8a60969 | 2010-04-02 15:00:13 +0000 | [diff] [blame] | 85 | <version>1.2.0</version> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>junit</groupId> |
| 89 | <artifactId>junit</artifactId> |
| 90 | <version>4.7</version> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 91 | </dependency> |
| 92 | </dependencies> |
| 93 | <build> |
| 94 | <plugins> |
| 95 | <plugin> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 96 | <artifactId>maven-compiler-plugin</artifactId> |
Pierre De Rop | 5bb420e | 2009-12-04 21:56:55 +0000 | [diff] [blame] | 97 | <configuration> |
| 98 | <source>1.5</source> |
| 99 | <target>1.5</target> |
| 100 | <useDefaultManifestFile>false</useDefaultManifestFile> |
| 101 | <compilerArgument>-g</compilerArgument> |
| 102 | <compilerVersion>1.5</compilerVersion> |
| 103 | </configuration> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 104 | <executions> |
| 105 | <execution> |
| 106 | <id>default-testCompile</id> |
| 107 | <configuration> |
| 108 | <source>1.5</source> |
| 109 | <target>1.5</target> |
| 110 | </configuration> |
| 111 | </execution> |
| 112 | </executions> |
| 113 | </plugin> |
| 114 | <plugin> |
| 115 | <groupId>org.ops4j.pax.exam</groupId> |
| 116 | <artifactId>maven-paxexam-plugin</artifactId> |
| 117 | <version>1.2.0</version> |
| 118 | <executions> |
| 119 | <execution> |
| 120 | <id>generate-config</id> |
| 121 | <goals> |
| 122 | <goal>generate-depends-file</goal> |
| 123 | </goals> |
| 124 | </execution> |
| 125 | </executions> |
| 126 | </plugin> |
| 127 | </plugins> |
| 128 | </build> |
Marcel Offermans | f494303 | 2009-11-21 18:23:33 +0000 | [diff] [blame] | 129 | </project> |