Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
Sten Roger Sandvik | ee4dd85 | 2009-09-28 20:30:00 +0000 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 20 | |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
| 23 | <groupId>org.apache.felix</groupId> |
Felix Meschberger | 4a4b032 | 2011-12-05 15:22:27 +0000 | [diff] [blame] | 24 | <artifactId>org.apache.felix.http.parent</artifactId> |
Carsten Ziegeler | 28733aa | 2015-08-10 06:53:16 +0000 | [diff] [blame] | 25 | <version>7</version> |
Felix Meschberger | 4a4b032 | 2011-12-05 15:22:27 +0000 | [diff] [blame] | 26 | <relativePath>../parent/pom.xml</relativePath> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 27 | </parent> |
| 28 | |
Carsten Ziegeler | edbeca0 | 2015-08-05 23:04:00 +0000 | [diff] [blame] | 29 | <name>Apache Felix Http API</name> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 30 | <artifactId>org.apache.felix.http.api</artifactId> |
Carsten Ziegeler | 1df35e1 | 2015-08-05 23:09:24 +0000 | [diff] [blame] | 31 | <version>3.0.1-SNAPSHOT</version> |
Carsten Ziegeler | 4c325f3 | 2015-01-29 13:11:25 +0000 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 33 | |
Jan Willem Janssen | 7d9f9fe | 2013-09-17 13:46:15 +0000 | [diff] [blame] | 34 | <scm> |
Carsten Ziegeler | 1df35e1 | 2015-08-05 23:09:24 +0000 | [diff] [blame] | 35 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/api</connection> |
| 36 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/api</developerConnection> |
| 37 | <url>http://svn.apache.org/viewvc/felix/trunk/http/api/</url> |
Jan Willem Janssen | 7d9f9fe | 2013-09-17 13:46:15 +0000 | [diff] [blame] | 38 | </scm> |
| 39 | |
Sten Roger Sandvik | b61405d | 2009-09-28 20:23:26 +0000 | [diff] [blame] | 40 | <build> |
| 41 | <plugins> |
| 42 | <plugin> |
| 43 | <groupId>org.apache.felix</groupId> |
| 44 | <artifactId>maven-bundle-plugin</artifactId> |
Carsten Ziegeler | 4c325f3 | 2015-01-29 13:11:25 +0000 | [diff] [blame] | 45 | <extensions>true</extensions> |
Sten Roger Sandvik | b61405d | 2009-09-28 20:23:26 +0000 | [diff] [blame] | 46 | <configuration> |
| 47 | <instructions> |
| 48 | <Export-Package> |
Carsten Ziegeler | 4c325f3 | 2015-01-29 13:11:25 +0000 | [diff] [blame] | 49 | org.osgi.service.http, |
| 50 | org.osgi.service.http.context, |
| 51 | org.osgi.service.http.runtime, |
| 52 | org.osgi.service.http.runtime.dto, |
| 53 | org.osgi.service.http.whiteboard, |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 54 | org.apache.felix.http.api |
Sten Roger Sandvik | b61405d | 2009-09-28 20:23:26 +0000 | [diff] [blame] | 55 | </Export-Package> |
Felix Meschberger | c0e8583 | 2014-02-18 10:52:40 +0000 | [diff] [blame] | 56 | <Import-Package> |
Felix Meschberger | 7953d58 | 2014-02-18 11:53:54 +0000 | [diff] [blame] | 57 | org.osgi.service.http, |
Carsten Ziegeler | 4c325f3 | 2015-01-29 13:11:25 +0000 | [diff] [blame] | 58 | org.osgi.service.http.context, |
| 59 | org.osgi.service.http.runtime, |
| 60 | org.osgi.service.http.runtime.dto, |
| 61 | org.osgi.service.http.whiteboard, |
Carsten Ziegeler | edbeca0 | 2015-08-05 23:04:00 +0000 | [diff] [blame] | 62 | javax.servlet.*;version="[3.1,4)", |
Felix Meschberger | c0e8583 | 2014-02-18 10:52:40 +0000 | [diff] [blame] | 63 | * |
| 64 | </Import-Package> |
Sten Roger Sandvik | b61405d | 2009-09-28 20:23:26 +0000 | [diff] [blame] | 65 | </instructions> |
| 66 | </configuration> |
| 67 | </plugin> |
Carsten Ziegeler | 4c325f3 | 2015-01-29 13:11:25 +0000 | [diff] [blame] | 68 | <plugin> |
| 69 | <groupId>org.apache.rat</groupId> |
| 70 | <artifactId>apache-rat-plugin</artifactId> |
| 71 | <configuration> |
| 72 | <excludes> |
| 73 | <exclude>**/packageinfo</exclude> |
| 74 | </excludes> |
| 75 | </configuration> |
| 76 | </plugin> |
Sten Roger Sandvik | b61405d | 2009-09-28 20:23:26 +0000 | [diff] [blame] | 77 | </plugins> |
| 78 | </build> |
| 79 | |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 80 | <dependencies> |
| 81 | <dependency> |
| 82 | <groupId>javax.servlet</groupId> |
Carsten Ziegeler | 4c325f3 | 2015-01-29 13:11:25 +0000 | [diff] [blame] | 83 | <artifactId>javax.servlet-api</artifactId> |
Carsten Ziegeler | 4c325f3 | 2015-01-29 13:11:25 +0000 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.osgi</groupId> |
Carsten Ziegeler | 37246fa | 2015-08-05 22:36:30 +0000 | [diff] [blame] | 87 | <artifactId>osgi.core</artifactId> |
Carsten Ziegeler | 4c325f3 | 2015-01-29 13:11:25 +0000 | [diff] [blame] | 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.osgi</groupId> |
Carsten Ziegeler | 37246fa | 2015-08-05 22:36:30 +0000 | [diff] [blame] | 91 | <artifactId>osgi.cmpn</artifactId> |
Sten Roger Sandvik | 5af73c2 | 2009-09-14 09:59:12 +0000 | [diff] [blame] | 92 | </dependency> |
| 93 | </dependencies> |
| 94 | |
| 95 | </project> |