Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 3 | license agreements. See the NOTICE file distributed with this work for additional |
| 4 | information regarding copyright ownership. The ASF licenses this file to |
| 5 | you under the Apache License, Version 2.0 (the "License"); you may not use |
| 6 | this file except in compliance with the License. You may obtain a copy of |
| 7 | the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 8 | by applicable law or agreed to in writing, software distributed under the |
| 9 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 10 | OF ANY KIND, either express or implied. See the License for the specific |
| 11 | language governing permissions and limitations under the License. --> |
| 12 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 13 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 14 | <modelVersion>4.0.0</modelVersion> |
| 15 | <parent> |
| 16 | <groupId>org.apache.felix</groupId> |
| 17 | <artifactId>felix-parent</artifactId> |
| 18 | <version>1.2.0</version> |
| 19 | <relativePath>../../pom/pom.xml</relativePath> |
| 20 | </parent> |
| 21 | <properties> |
| 22 | <osgi.version>4.2.0</osgi.version> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 23 | <pax.exam.version>3.1.0</pax.exam.version> |
| 24 | <pax.url.version>1.5.2</pax.url.version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 25 | </properties> |
| 26 | <name>Apache Felix DeploymentAdmin Integration Tests</name> |
| 27 | <version>0.1.1-SNAPSHOT</version> |
| 28 | <artifactId>org.apache.felix.deploymentadmin.itest</artifactId> |
| 29 | <packaging>jar</packaging> |
| 30 | <dependencies> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 31 | |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 32 | <dependency> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 33 | <groupId>org.apache.felix</groupId> |
| 34 | <artifactId>org.apache.felix.framework</artifactId> |
| 35 | <version>4.2.1</version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 36 | <scope>test</scope> |
| 37 | </dependency> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 38 | |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 39 | <dependency> |
| 40 | <groupId>org.osgi</groupId> |
| 41 | <artifactId>org.osgi.compendium</artifactId> |
| 42 | <version>${osgi.version}</version> |
| 43 | <scope>test</scope> |
| 44 | </dependency> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 45 | |
| 46 | <dependency> |
| 47 | <groupId>org.apache.felix</groupId> |
| 48 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
| 49 | <version>3.1.0</version> |
| 50 | <scope>test</scope> |
| 51 | </dependency> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 52 | <dependency> |
| 53 | <groupId>org.apache.felix</groupId> |
| 54 | <artifactId>org.apache.felix.deploymentadmin</artifactId> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 55 | <version>0.9.5-SNAPSHOT</version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 56 | <scope>test</scope> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.apache.felix</groupId> |
| 60 | <artifactId>org.apache.felix.metatype</artifactId> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 61 | <version>1.0.6</version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 62 | <scope>test</scope> |
| 63 | </dependency> |
| 64 | <dependency> |
| 65 | <groupId>org.apache.felix</groupId> |
| 66 | <artifactId>org.apache.felix.configadmin</artifactId> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 67 | <version>1.6.0</version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 68 | <scope>test</scope> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.apache.felix</groupId> |
| 72 | <artifactId>org.apache.felix.eventadmin</artifactId> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 73 | <version>1.3.2</version> |
| 74 | <scope>test</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.apache.felix</groupId> |
| 78 | <artifactId>org.apache.felix.log</artifactId> |
| 79 | <version>1.0.1</version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 80 | <scope>test</scope> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>junit</groupId> |
| 84 | <artifactId>junit</artifactId> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 85 | <version>4.11</version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 86 | <scope>test</scope> |
| 87 | </dependency> |
| 88 | |
| 89 | <dependency> |
| 90 | <groupId>org.ops4j.pax.exam</groupId> |
| 91 | <artifactId>pax-exam-junit4</artifactId> |
| 92 | <version>${pax.exam.version}</version> |
| 93 | <scope>test</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.ops4j.pax.exam</groupId> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 97 | <artifactId>pax-exam-container-native</artifactId> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 98 | <version>${pax.exam.version}</version> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.ops4j.pax.exam</groupId> |
| 103 | <artifactId>pax-exam-link-mvn</artifactId> |
| 104 | <version>${pax.exam.version}</version> |
| 105 | <scope>test</scope> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>org.ops4j.pax.url</groupId> |
| 109 | <artifactId>pax-url-aether</artifactId> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 110 | <version>${pax.url.version}</version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 111 | <scope>test</scope> |
| 112 | </dependency> |
| 113 | |
| 114 | <dependency> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 115 | <groupId>ch.qos.logback</groupId> |
| 116 | <artifactId>logback-core</artifactId> |
| 117 | <version>0.9.20</version> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 118 | <scope>test</scope> |
| 119 | </dependency> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 120 | <dependency> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 121 | <groupId>ch.qos.logback</groupId> |
| 122 | <artifactId>logback-classic</artifactId> |
| 123 | <version>0.9.20</version> |
| 124 | <scope>test</scope> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 125 | </dependency> |
| 126 | |
| 127 | </dependencies> |
| 128 | <build> |
| 129 | <plugins> |
| 130 | <plugin> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 131 | <groupId>org.apache.servicemix.tooling</groupId> |
| 132 | <artifactId>depends-maven-plugin</artifactId> |
| 133 | <executions> |
| 134 | <execution> |
| 135 | <id>generate-depends-file</id> |
| 136 | <goals> |
| 137 | <goal>generate-depends-file</goal> |
| 138 | </goals> |
| 139 | </execution> |
| 140 | </executions> |
| 141 | </plugin> |
| 142 | <plugin> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 143 | <groupId>org.apache.maven.plugins</groupId> |
| 144 | <artifactId>maven-compiler-plugin</artifactId> |
| 145 | <configuration> |
| 146 | <target>1.6</target> |
| 147 | <source>1.6</source> |
| 148 | </configuration> |
| 149 | </plugin> |
| 150 | </plugins> |
Jan Willem Janssen | 25376b3 | 2013-07-19 11:44:46 +0000 | [diff] [blame] | 151 | <pluginManagement> |
| 152 | <plugins> |
| 153 | <!--This plugin's configuration is used to store Eclipse m2e settings |
| 154 | only. It has no influence on the Maven build itself. --> |
| 155 | <plugin> |
| 156 | <groupId>org.eclipse.m2e</groupId> |
| 157 | <artifactId>lifecycle-mapping</artifactId> |
| 158 | <version>1.0.0</version> |
| 159 | <configuration> |
| 160 | <lifecycleMappingMetadata> |
| 161 | <pluginExecutions> |
| 162 | <pluginExecution> |
| 163 | <pluginExecutionFilter> |
| 164 | <groupId> |
| 165 | org.apache.servicemix.tooling |
| 166 | </groupId> |
| 167 | <artifactId> |
| 168 | depends-maven-plugin |
| 169 | </artifactId> |
| 170 | <versionRange> |
| 171 | [1.2,) |
| 172 | </versionRange> |
| 173 | <goals> |
| 174 | <goal> |
| 175 | generate-depends-file |
| 176 | </goal> |
| 177 | </goals> |
| 178 | </pluginExecutionFilter> |
| 179 | <action> |
| 180 | <ignore></ignore> |
| 181 | </action> |
| 182 | </pluginExecution> |
| 183 | </pluginExecutions> |
| 184 | </lifecycleMappingMetadata> |
| 185 | </configuration> |
| 186 | </plugin> |
| 187 | </plugins> |
| 188 | </pluginManagement> |
Marcel Offermans | 90f0e9a | 2012-06-20 13:27:02 +0000 | [diff] [blame] | 189 | </build> |
| 190 | </project> |