blob: f1f3c7d6d87a58629adced1c0cdded89f1c7088d [file] [log] [blame]
Marcel Offermans90f0e9a2012-06-20 13:27:02 +00001<?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 Janssenc098eb72014-04-15 08:37:11 +000023 <pax.exam.version>3.4.0</pax.exam.version>
24 <pax.url.version>1.6.0</pax.url.version>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000025 </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 Janssen25376b32013-07-19 11:44:46 +000031
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000032 <dependency>
Jan Willem Janssen25376b32013-07-19 11:44:46 +000033 <groupId>org.apache.felix</groupId>
34 <artifactId>org.apache.felix.framework</artifactId>
35 <version>4.2.1</version>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000036 <scope>test</scope>
37 </dependency>
Jan Willem Janssen25376b32013-07-19 11:44:46 +000038
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000039 <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 Janssen25376b32013-07-19 11:44:46 +000045
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 Offermans90f0e9a2012-06-20 13:27:02 +000052 <dependency>
53 <groupId>org.apache.felix</groupId>
54 <artifactId>org.apache.felix.deploymentadmin</artifactId>
Jan Willem Janssenc098eb72014-04-15 08:37:11 +000055 <version>0.9.8-SNAPSHOT</version>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000056 <scope>test</scope>
57 </dependency>
58 <dependency>
59 <groupId>org.apache.felix</groupId>
60 <artifactId>org.apache.felix.metatype</artifactId>
Jan Willem Janssen25376b32013-07-19 11:44:46 +000061 <version>1.0.6</version>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000062 <scope>test</scope>
63 </dependency>
64 <dependency>
65 <groupId>org.apache.felix</groupId>
66 <artifactId>org.apache.felix.configadmin</artifactId>
Jan Willem Janssenc098eb72014-04-15 08:37:11 +000067 <version>1.8.0</version>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000068 <scope>test</scope>
69 </dependency>
70 <dependency>
71 <groupId>org.apache.felix</groupId>
72 <artifactId>org.apache.felix.eventadmin</artifactId>
Jan Willem Janssen25376b32013-07-19 11:44:46 +000073 <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 Offermans90f0e9a2012-06-20 13:27:02 +000080 <scope>test</scope>
81 </dependency>
82 <dependency>
83 <groupId>junit</groupId>
84 <artifactId>junit</artifactId>
Jan Willem Janssen25376b32013-07-19 11:44:46 +000085 <version>4.11</version>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000086 <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 Janssen25376b32013-07-19 11:44:46 +000097 <artifactId>pax-exam-container-native</artifactId>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +000098 <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 Janssen25376b32013-07-19 11:44:46 +0000110 <version>${pax.url.version}</version>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +0000111 <scope>test</scope>
112 </dependency>
113
114 <dependency>
Jan Willem Janssen25376b32013-07-19 11:44:46 +0000115 <groupId>ch.qos.logback</groupId>
116 <artifactId>logback-core</artifactId>
Jan Willem Janssen12396be2014-04-15 15:31:10 +0000117 <version>1.1.2</version>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +0000118 <scope>test</scope>
119 </dependency>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +0000120 <dependency>
Jan Willem Janssen25376b32013-07-19 11:44:46 +0000121 <groupId>ch.qos.logback</groupId>
122 <artifactId>logback-classic</artifactId>
Jan Willem Janssen12396be2014-04-15 15:31:10 +0000123 <version>1.1.2</version>
Jan Willem Janssen25376b32013-07-19 11:44:46 +0000124 <scope>test</scope>
Marcel Offermans90f0e9a2012-06-20 13:27:02 +0000125 </dependency>
126
127 </dependencies>
128 <build>
129 <plugins>
130 <plugin>
Jan Willem Janssen25376b32013-07-19 11:44:46 +0000131 <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 Offermans90f0e9a2012-06-20 13:27:02 +0000143 <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 Janssen25376b32013-07-19 11:44:46 +0000151 <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 Offermans90f0e9a2012-06-20 13:27:02 +0000189 </build>
190</project>