Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 1 | <!-- 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 Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 13 | |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 14 | <modelVersion>4.0.0</modelVersion> |
| 15 | <parent> |
| 16 | <groupId>org.apache.felix</groupId> |
| 17 | <artifactId>org.apache.felix.http.parent</artifactId> |
Carsten Ziegeler | 423e1bc | 2015-06-12 07:22:19 +0000 | [diff] [blame] | 18 | <version>7-SNAPSHOT</version> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 19 | <relativePath>../parent/pom.xml</relativePath> |
| 20 | </parent> |
Jan Willem Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 21 | |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 22 | <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 Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 26 | |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 27 | <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 Ziegeler | a3cf490 | 2015-06-24 20:07:42 +0000 | [diff] [blame] | 34 | <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 Ziegeler | 680e587 | 2015-06-25 14:45:05 +0000 | [diff] [blame] | 37 | <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 Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 40 | </properties> |
Jan Willem Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 41 | |
Carsten Ziegeler | 680e587 | 2015-06-25 14:45:05 +0000 | [diff] [blame] | 42 | <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 Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 57 | <dependencies> |
| 58 | <dependency> |
| 59 | <groupId>org.osgi</groupId> |
| 60 | <artifactId>org.osgi.core</artifactId> |
Carsten Ziegeler | 864053f | 2015-02-19 16:06:40 +0000 | [diff] [blame] | 61 | <version>6.0.0</version> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 62 | <scope>provided</scope> |
| 63 | </dependency> |
Carsten Ziegeler | 14877e5 | 2015-05-26 16:18:47 +0000 | [diff] [blame] | 64 | <dependency> |
Carsten Ziegeler | a3cf490 | 2015-06-24 20:07:42 +0000 | [diff] [blame] | 65 | <groupId>org.osgi</groupId> |
| 66 | <artifactId>org.osgi.compendium</artifactId> |
| 67 | <scope>provided</scope> |
Carsten Ziegeler | 14877e5 | 2015-05-26 16:18:47 +0000 | [diff] [blame] | 68 | </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 Ziegeler | a3cf490 | 2015-06-24 20:07:42 +0000 | [diff] [blame] | 74 | </dependency> |
Carsten Ziegeler | 14877e5 | 2015-05-26 16:18:47 +0000 | [diff] [blame] | 75 | <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 Ziegeler | a3cf490 | 2015-06-24 20:07:42 +0000 | [diff] [blame] | 81 | <dependency> |
| 82 | <groupId>com.googlecode.json-simple</groupId> |
| 83 | <artifactId>json-simple</artifactId> |
| 84 | <version>1.1.1</version> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 85 | <scope>provided</scope> |
Carsten Ziegeler | a3cf490 | 2015-06-24 20:07:42 +0000 | [diff] [blame] | 86 | </dependency> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 87 | <dependency> |
Carsten Ziegeler | 680e587 | 2015-06-25 14:45:05 +0000 | [diff] [blame] | 88 | <groupId>org.apache.felix</groupId> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 89 | <artifactId>org.apache.felix.http.api</artifactId> |
Carsten Ziegeler | 680e587 | 2015-06-25 14:45:05 +0000 | [diff] [blame] | 90 | <version>${http.api.version}</version> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 91 | </dependency> |
| 92 | <dependency> |
Carsten Ziegeler | 680e587 | 2015-06-25 14:45:05 +0000 | [diff] [blame] | 93 | <groupId>org.apache.felix</groupId> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 94 | <artifactId>org.apache.felix.http.servlet-api</artifactId> |
Carsten Ziegeler | 680e587 | 2015-06-25 14:45:05 +0000 | [diff] [blame] | 95 | <version>${http.servlet.api.version}</version> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 96 | </dependency> |
| 97 | <dependency> |
Carsten Ziegeler | 680e587 | 2015-06-25 14:45:05 +0000 | [diff] [blame] | 98 | <groupId>org.apache.felix</groupId> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 99 | <artifactId>org.apache.felix.http.jetty</artifactId> |
Carsten Ziegeler | 680e587 | 2015-06-25 14:45:05 +0000 | [diff] [blame] | 100 | <version>${http.jetty.version}</version> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 101 | </dependency> |
Carsten Ziegeler | a3cf490 | 2015-06-24 20:07:42 +0000 | [diff] [blame] | 102 | <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 Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 126 | |
Carsten Ziegeler | a3cf490 | 2015-06-24 20:07:42 +0000 | [diff] [blame] | 127 | <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 Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 133 | <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 Ziegeler | a3cf490 | 2015-06-24 20:07:42 +0000 | [diff] [blame] | 142 | <version>5.0.1</version> |
Jan Willem Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 143 | <scope>test</scope> |
| 144 | </dependency> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 145 | </dependencies> |
Jan Willem Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 146 | </project> |