blob: 47e05f9320aaddc824436a4d89d491b77b4b0f3c [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 Ziegeler423e1bc2015-06-12 07:22:19 +000018 <version>7-SNAPSHOT</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>
Carsten Ziegelera3cf4902015-06-24 20:07:42 +000034 <felix.java.version>7</felix.java.version>
35 <pax.exam.version>4.4.0</pax.exam.version>
36 <pax.url.aether.version>2.4.1</pax.url.aether.version>
Carsten Ziegeler680e5872015-06-25 14:45:05 +000037 <http.api.version>3.0.0-SNAPSHOT</http.api.version>
38 <http.servlet.api.version>1.1.1-SNAPSHOT</http.servlet.api.version>
39 <http.jetty.version>3.0.3-SNAPSHOT</http.jetty.version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000040 </properties>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000041
Carsten Ziegeler680e5872015-06-25 14:45:05 +000042 <build>
43 <plugins>
44 <plugin>
45 <groupId>org.apache.maven.plugins</groupId>
46 <artifactId>maven-surefire-plugin</artifactId>
47 <configuration>
48 <systemPropertyVariables>
49 <http.api.version>${http.api.version}</http.api.version>
50 <http.servlet.api.version>${http.servlet.api.version}</http.servlet.api.version>
51 <http.jetty.version>${http.jetty.version}</http.jetty.version>
52 </systemPropertyVariables>
53 </configuration>
54 </plugin>
55 </plugins>
56 </build>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000057 <dependencies>
58 <dependency>
59 <groupId>org.osgi</groupId>
60 <artifactId>org.osgi.core</artifactId>
Carsten Ziegeler864053f2015-02-19 16:06:40 +000061 <version>6.0.0</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000062 <scope>provided</scope>
63 </dependency>
Carsten Ziegeler14877e52015-05-26 16:18:47 +000064 <dependency>
Carsten Ziegelera3cf4902015-06-24 20:07:42 +000065 <groupId>org.osgi</groupId>
66 <artifactId>org.osgi.compendium</artifactId>
67 <scope>provided</scope>
Carsten Ziegeler14877e52015-05-26 16:18:47 +000068 </dependency>
69 <dependency>
70 <groupId>org.apache.httpcomponents</groupId>
71 <artifactId>httpcore-osgi</artifactId>
72 <version>4.3.2</version>
73 <scope>provided</scope>
Carsten Ziegelera3cf4902015-06-24 20:07:42 +000074 </dependency>
Carsten Ziegeler14877e52015-05-26 16:18:47 +000075 <dependency>
76 <groupId>org.apache.httpcomponents</groupId>
77 <artifactId>httpclient-osgi</artifactId>
78 <version>4.3.4</version>
79 <scope>provided</scope>
80 </dependency>
Carsten Ziegelera3cf4902015-06-24 20:07:42 +000081 <dependency>
82 <groupId>com.googlecode.json-simple</groupId>
83 <artifactId>json-simple</artifactId>
84 <version>1.1.1</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000085 <scope>provided</scope>
Carsten Ziegelera3cf4902015-06-24 20:07:42 +000086 </dependency>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000087 <dependency>
Carsten Ziegeler680e5872015-06-25 14:45:05 +000088 <groupId>org.apache.felix</groupId>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000089 <artifactId>org.apache.felix.http.api</artifactId>
Carsten Ziegeler680e5872015-06-25 14:45:05 +000090 <version>${http.api.version}</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000091 </dependency>
92 <dependency>
Carsten Ziegeler680e5872015-06-25 14:45:05 +000093 <groupId>org.apache.felix</groupId>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000094 <artifactId>org.apache.felix.http.servlet-api</artifactId>
Carsten Ziegeler680e5872015-06-25 14:45:05 +000095 <version>${http.servlet.api.version}</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000096 </dependency>
97 <dependency>
Carsten Ziegeler680e5872015-06-25 14:45:05 +000098 <groupId>org.apache.felix</groupId>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000099 <artifactId>org.apache.felix.http.jetty</artifactId>
Carsten Ziegeler680e5872015-06-25 14:45:05 +0000100 <version>${http.jetty.version}</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000101 </dependency>
Carsten Ziegelera3cf4902015-06-24 20:07:42 +0000102 <dependency>
103 <groupId>org.ops4j.pax.exam</groupId>
104 <artifactId>pax-exam-container-forked</artifactId>
105 <version>${pax.exam.version}</version>
106 <scope>test</scope>
107 </dependency>
108 <dependency>
109 <groupId>org.ops4j.pax.exam</groupId>
110 <artifactId>pax-exam-junit4</artifactId>
111 <version>${pax.exam.version}</version>
112 <scope>test</scope>
113 </dependency>
114 <dependency>
115 <groupId>org.ops4j.pax.exam</groupId>
116 <artifactId>pax-exam-link-mvn</artifactId>
117 <version>${pax.exam.version}</version>
118 <scope>test</scope>
119 </dependency>
120 <dependency>
121 <groupId>org.objenesis</groupId>
122 <artifactId>objenesis</artifactId>
123 <version>2.1</version>
124 <scope>test</scope>
125 </dependency>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000126
Carsten Ziegelera3cf4902015-06-24 20:07:42 +0000127 <dependency>
128 <groupId>org.ops4j.pax.url</groupId>
129 <artifactId>pax-url-aether</artifactId>
130 <version>${pax.url.aether.version}</version>
131 <scope>test</scope>
132 </dependency>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000133 <dependency>
134 <groupId>javax.inject</groupId>
135 <artifactId>javax.inject</artifactId>
136 <version>1</version>
137 <scope>test</scope>
138 </dependency>
139 <dependency>
140 <groupId>org.apache.felix</groupId>
141 <artifactId>org.apache.felix.framework</artifactId>
Carsten Ziegelera3cf4902015-06-24 20:07:42 +0000142 <version>5.0.1</version>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000143 <scope>test</scope>
144 </dependency>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000145 </dependencies>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000146</project>