All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.apache.geronimo.specs.geronimo-jaxrs_2.1_spec.pom.xml Maven / Gradle / Ivy

There is a newer version: 8.0-6
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
-->

<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">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.apache.geronimo.genesis</groupId>
    <artifactId>genesis-java8-flava</artifactId>
    <version>2.3</version>
  </parent>

  <groupId>org.apache.geronimo.specs</groupId>
  <artifactId>geronimo-jaxrs_2.1_spec</artifactId>
  <packaging>bundle</packaging>
  <name>Apache Geronimo JAX-RS Spec 2.1</name>
  <version>1.1</version>
  <description>Java API for RESTful Web Services 2.1</description>

  <url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>
  <distributionManagement>
    <site>
      <id>apache-website</id>
      <url>${site.deploy.url}/maven/${siteId}/${project.version}</url>
    </site>
  </distributionManagement>

  <properties>
    <siteId>specs/${project.artifactId}</siteId>
  </properties>

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jaxrs_2.1_spec-1.1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jaxrs_2.1_spec-1.1</developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jaxrs_2.1_spec-1.1</url>
  </scm>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>3.5.0</version>
        <configuration>
          <instructions>
            <Bundle-SymbolicName>${project.groupId}.${project.artifactId};singleton=true</Bundle-SymbolicName>
            <Specification-Title>JSR-370 Java RESTful Web Services 2.1</Specification-Title>
            <Specification-Vendor>Sun Microsystems, Inc.</Specification-Vendor>
            <Specification-Version>1.1</Specification-Version>
            <Export-Package>javax.ws.rs*;version=2.1</Export-Package>
            <Provide-Capability><![CDATA[
               osgi.contract;osgi.contract=JavaJAXRS;uses:="${packages;NAMED;javax.*}";version:List<Version>='2.1,2.0,1.1'
            ]]></Provide-Capability>
            <Require-Capability><![CDATA[
              osgi.serviceloader;filter:="(osgi.serviceloader=javax.ws.rs.client.ClientBuilder)";cardinality:=multiple,
              osgi.serviceloader;filter:="(osgi.serviceloader=javax.ws.rs.ext.RuntimeDelegate)";cardinality:=multiple,
              osgi.serviceloader;filter:="(osgi.serviceloader=javax.ws.rs.sse.SseEventSource.Builder)";cardinality:=multiple,
              osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)"
            ]]></Require-Capability>
          </instructions>
        </configuration>
      </plugin>
    </plugins>
  </build>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy