blob: 234385d417dc679044844f932749cef4c3d2d79c [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>
18 <version>5-SNAPSHOT</version>
19 <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>
45 <scope>provided</scope>
46 </dependency>
47 <dependency>
48 <groupId>org.osgi</groupId>
49 <artifactId>org.osgi.compendium</artifactId>
50 <scope>provided</scope>
51 </dependency>
52 <dependency>
53 <groupId>${project.groupId}</groupId>
54 <artifactId>org.apache.felix.http.api</artifactId>
55 <version>[2.0,3.0)</version>
56 </dependency>
57 <dependency>
58 <groupId>${project.groupId}</groupId>
59 <artifactId>org.apache.felix.http.servlet-api</artifactId>
60 <version>[1.0,1.2)</version>
61 </dependency>
62 <dependency>
63 <groupId>${project.groupId}</groupId>
64 <artifactId>org.apache.felix.http.jetty</artifactId>
65 <version>[3.0.0-SNAPSHOT,3.1)</version>
66 </dependency>
67 <dependency>
68 <groupId>${project.groupId}</groupId>
69 <artifactId>org.apache.felix.configadmin</artifactId>
70 <version>1.8.0</version>
71 </dependency>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000072
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +000073 <dependency>
74 <groupId>junit</groupId>
75 <artifactId>junit</artifactId>
76 <version>4.8.2</version>
77 <scope>test</scope>
78 </dependency>
79 <dependency>
80 <groupId>org.mockito</groupId>
81 <artifactId>mockito-all</artifactId>
82 <version>1.8.2</version>
83 <scope>test</scope>
84 </dependency>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +000085 <dependency>
86 <groupId>org.ops4j.pax.exam</groupId>
87 <artifactId>pax-exam-junit4</artifactId>
88 <version>${pax.exam.version}</version>
89 <scope>test</scope>
90 </dependency>
91 <dependency>
92 <groupId>org.ops4j.pax.exam</groupId>
93 <artifactId>pax-exam-container-forked</artifactId>
94 <version>${pax.exam.version}</version>
95 <scope>test</scope>
96 </dependency>
97 <dependency>
98 <groupId>org.ops4j.pax.runner</groupId>
99 <artifactId>pax-runner-no-jcl</artifactId>
100 <version>${pax.runner.version}</version>
101 <scope>test</scope>
102 </dependency>
103 <dependency>
104 <groupId>org.ops4j.pax.exam</groupId>
105 <artifactId>pax-exam-link-assembly</artifactId>
106 <version>${pax.exam.version}</version>
107 <scope>test</scope>
108 </dependency>
109 <dependency>
110 <groupId>org.ops4j.pax.exam</groupId>
111 <artifactId>pax-exam-link-mvn</artifactId>
112 <version>${pax.exam.version}</version>
113 <scope>test</scope>
114 </dependency>
115 <dependency>
116 <groupId>org.ops4j.pax.url</groupId>
117 <artifactId>pax-url-aether</artifactId>
118 <version>${pax.url.aether.version}</version>
119 <scope>test</scope>
120 </dependency>
121 <dependency>
122 <groupId>org.ops4j.pax.url</groupId>
123 <artifactId>pax-url-wrap</artifactId>
124 <version>${pax.url.aether.version}</version>
125 <scope>test</scope>
126 </dependency>
127 <dependency>
128 <groupId>javax.inject</groupId>
129 <artifactId>javax.inject</artifactId>
130 <version>1</version>
131 <scope>test</scope>
132 </dependency>
133 <dependency>
134 <groupId>org.apache.felix</groupId>
135 <artifactId>org.apache.felix.framework</artifactId>
Jan Willem Janssend6d2ec62014-10-28 14:03:31 +0000136 <version>4.2.1</version>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000137 <scope>test</scope>
138 </dependency>
139 <dependency>
140 <groupId>org.slf4j</groupId>
141 <artifactId>slf4j-simple</artifactId>
142 <version>1.6.0</version>
143 <scope>compile</scope>
144 </dependency>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000145 </dependencies>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000146
147 <build>
148 <plugins>
149 <plugin>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000150 <groupId>org.apache.felix</groupId>
151 <artifactId>maven-bundle-plugin</artifactId>
152 <extensions>true</extensions>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000153 </plugin>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000154 <plugin>
155 <groupId>org.ops4j.pax.exam</groupId>
156 <artifactId>maven-paxexam-plugin</artifactId>
Jan Willem Janssen5f734352014-11-04 12:14:37 +0000157 <version>1.2.4</version>
Jan Willem Janssen54ed79f2015-01-15 10:09:19 +0000158 <executions>
159 <execution>
160 <id>generate-config</id>
161 <goals>
162 <goal>generate-depends-file</goal>
163 </goals>
164 </execution>
165 </executions>
166 </plugin>
Jan Willem Janssen0a3f86a2014-02-07 16:03:21 +0000167 </plugins>
168 </build>
169
170</project>