blob: d21661c9fce87bf17cce7bb7f36eb404da2cef8a [file] [log] [blame]
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +00001<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
2 license agreements. See the NOTICE file distributed with this work for additional
3 information regarding copyright ownership. The ASF licenses this file to
4 you under the Apache License, Version 2.0 (the "License"); you may not use
5 this file except in compliance with the License. You may obtain a copy of
6 the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
7 by applicable law or agreed to in writing, software distributed under the
8 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
9 OF ANY KIND, either express or implied. See the License for the specific
10 language governing permissions and limitations under the License. -->
11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000013
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000014 <modelVersion>4.0.0</modelVersion>
15 <parent>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>org.apache.felix.http.parent</artifactId>
Carsten Ziegeler0bfffa62015-03-05 09:12:21 +000018 <version>6</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000019 <relativePath>../parent/pom.xml</relativePath>
20 </parent>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000021
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000022 <name>Apache Felix Http Integration Tests</name>
23 <artifactId>org.apache.felix.http.itest</artifactId>
24 <version>0.0.3-SNAPSHOT</version>
25 <packaging>jar</packaging>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000026
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000027 <scm>
28 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/sslfilter</connection>
29 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/sslfilter</developerConnection>
30 <url>http://svn.apache.org/viewvc/felix/trunk/http/sslfilter/</url>
31 </scm>
32
33 <properties>
Jan Willem Janssend6d2ec62014-10-28 14:03:31 +000034 <pax.exam.version>2.6.0</pax.exam.version>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000035 <pax.exam.plugin.version>1.2.4</pax.exam.plugin.version>
Jan Willem Janssend6d2ec62014-10-28 14:03:31 +000036 <pax.url.aether.version>2.1.0</pax.url.aether.version>
37 <pax.swissbox.version>1.7.0</pax.swissbox.version>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000038 <pax.runner.version>1.7.6</pax.runner.version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000039 </properties>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000040
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000041 <dependencies>
42 <dependency>
43 <groupId>org.osgi</groupId>
44 <artifactId>org.osgi.core</artifactId>
Carsten Ziegeler864053f2015-02-19 16:06:40 +000045 <version>6.0.0</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000046 <scope>provided</scope>
47 </dependency>
48 <dependency>
49 <groupId>org.osgi</groupId>
50 <artifactId>org.osgi.compendium</artifactId>
51 <scope>provided</scope>
52 </dependency>
53 <dependency>
54 <groupId>${project.groupId}</groupId>
55 <artifactId>org.apache.felix.http.api</artifactId>
Carsten Ziegeler864053f2015-02-19 16:06:40 +000056 <version>3.0.0-SNAPSHOT</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000057 </dependency>
58 <dependency>
59 <groupId>${project.groupId}</groupId>
60 <artifactId>org.apache.felix.http.servlet-api</artifactId>
Carsten Ziegeler864053f2015-02-19 16:06:40 +000061 <version>1.1.0</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000062 </dependency>
63 <dependency>
64 <groupId>${project.groupId}</groupId>
65 <artifactId>org.apache.felix.http.jetty</artifactId>
Carsten Ziegeler8e568c02015-03-02 08:16:02 +000066 <version>3.0.3-SNAPSHOT</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000067 </dependency>
68 <dependency>
69 <groupId>${project.groupId}</groupId>
70 <artifactId>org.apache.felix.configadmin</artifactId>
71 <version>1.8.0</version>
72 </dependency>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000073
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000074 <dependency>
75 <groupId>junit</groupId>
76 <artifactId>junit</artifactId>
77 <version>4.8.2</version>
78 <scope>test</scope>
79 </dependency>
80 <dependency>
81 <groupId>org.mockito</groupId>
82 <artifactId>mockito-all</artifactId>
83 <version>1.8.2</version>
84 <scope>test</scope>
85 </dependency>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000086 <dependency>
87 <groupId>org.ops4j.pax.exam</groupId>
88 <artifactId>pax-exam-junit4</artifactId>
89 <version>${pax.exam.version}</version>
90 <scope>test</scope>
91 </dependency>
92 <dependency>
93 <groupId>org.ops4j.pax.exam</groupId>
94 <artifactId>pax-exam-container-forked</artifactId>
95 <version>${pax.exam.version}</version>
96 <scope>test</scope>
97 </dependency>
98 <dependency>
99 <groupId>org.ops4j.pax.runner</groupId>
100 <artifactId>pax-runner-no-jcl</artifactId>
101 <version>${pax.runner.version}</version>
102 <scope>test</scope>
103 </dependency>
104 <dependency>
105 <groupId>org.ops4j.pax.exam</groupId>
106 <artifactId>pax-exam-link-assembly</artifactId>
107 <version>${pax.exam.version}</version>
108 <scope>test</scope>
109 </dependency>
110 <dependency>
111 <groupId>org.ops4j.pax.exam</groupId>
112 <artifactId>pax-exam-link-mvn</artifactId>
113 <version>${pax.exam.version}</version>
114 <scope>test</scope>
115 </dependency>
116 <dependency>
117 <groupId>org.ops4j.pax.url</groupId>
118 <artifactId>pax-url-aether</artifactId>
119 <version>${pax.url.aether.version}</version>
120 <scope>test</scope>
121 </dependency>
122 <dependency>
123 <groupId>org.ops4j.pax.url</groupId>
124 <artifactId>pax-url-wrap</artifactId>
125 <version>${pax.url.aether.version}</version>
126 <scope>test</scope>
127 </dependency>
128 <dependency>
129 <groupId>javax.inject</groupId>
130 <artifactId>javax.inject</artifactId>
131 <version>1</version>
132 <scope>test</scope>
133 </dependency>
134 <dependency>
135 <groupId>org.apache.felix</groupId>
136 <artifactId>org.apache.felix.framework</artifactId>
Carsten Ziegeler445dde12015-03-12 08:24:09 +0000137 <version>4.6.1</version>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000138 <scope>test</scope>
139 </dependency>
140 <dependency>
141 <groupId>org.slf4j</groupId>
142 <artifactId>slf4j-simple</artifactId>
143 <version>1.6.0</version>
144 <scope>compile</scope>
145 </dependency>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000146 </dependencies>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000147
148 <build>
149 <plugins>
150 <plugin>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000151 <groupId>org.apache.felix</groupId>
152 <artifactId>maven-bundle-plugin</artifactId>
153 <extensions>true</extensions>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000154 </plugin>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000155 <plugin>
156 <groupId>org.ops4j.pax.exam</groupId>
157 <artifactId>maven-paxexam-plugin</artifactId>
Jan Willem Janssen5f734352014-11-04 12:14:37 +0000158 <version>1.2.4</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000159 <executions>
160 <execution>
161 <id>generate-config</id>
162 <goals>
163 <goal>generate-depends-file</goal>
164 </goals>
165 </execution>
166 </executions>
167 </plugin>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000168 </plugins>
169 </build>
170
171</project>