<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.github.mmoayyed.cxf</groupId>
    <artifactId>cxf-parent</artifactId>
    <version>99fbc7cfa8</version>
    <relativePath>../../../parent/pom.xml</relativePath>
  </parent>
  <groupId>com.github.mmoayyed.cxf</groupId>
  <artifactId>cxf-rt-frontend-jaxrs</artifactId>
  <version>99fbc7cfa8</version>
  <packaging>bundle</packaging>
  <name>Apache CXF Runtime JAX-RS Frontend</name>
  <description>Apache CXF Runtime JAX-RS Frontend</description>
  <url>https://cxf.apache.org</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mmoayyed</id>
      <name>Misagh Moayyed</name>
      <email>mm1844@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/mmoayyed/cxf.git</connection>
    <developerConnection>scm:git://github.com/mmoayyed/cxf.git</developerConnection>
    <url>git://github.com/mmoayyed/cxf.git</url>
  </scm>
  <properties>
    <cxf.module.name>org.apache.cxf.frontend.jaxrs</cxf.module.name>
    <cxf.osgi.import>javax.servlet*;version="${cxf.osgi.javax.servlet.version}",
            javax.activation;version="${cxf.osgi.javax.activation.version}",
            org.apache.aries*;version="${cxf.aries.version.range}";resolution:=optional,
            org.springframework*;resolution:="optional";version="${cxf.osgi.spring.version}",
            javax.validation*;resolution:=optional;version="${cxf.validation.api.package.version}",
            javax.ws.rs.client;version="[2.0,3)",
            javax.ws.rs*;version="[1.0,3)",
            javax.xml.bind*;version="${cxf.osgi.javax.bind.version}",
            javax.annotation*;version="${cxf.osgi.javax.annotation.version}"</cxf.osgi.import>
    <cxf.export.service>org.apache.aries.blueprint.NamespaceHandler;osgi.service.blueprint.namespace="http://cxf.apache.org/blueprint/jaxrs"</cxf.export.service>
    <cxf.bundle.activator>org.apache.cxf.jaxrs.blueprint.Activator</cxf.bundle.activator>
    <cxf.osgi.export>org.apache.cxf.jaxrs*</cxf.osgi.export>
  </properties>
  <dependencies>
    <dependency>
      <groupId>jakarta.validation</groupId>
      <artifactId>jakarta.validation-api</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.aries.blueprint</groupId>
      <artifactId>org.apache.aries.blueprint.core</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.aries.blueprint</groupId>
      <artifactId>blueprint-parser</artifactId>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.core</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-core</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webmvc</artifactId>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>jakarta.ws.rs</groupId>
      <artifactId>jakarta.ws.rs-api</artifactId>
    </dependency>
    <dependency>
      <groupId>jakarta.annotation</groupId>
      <artifactId>jakarta.annotation-api</artifactId>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-transports-http</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-security</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>jakarta.servlet</groupId>
      <artifactId>jakarta.servlet-api</artifactId>
      <version>${cxf.servlet-api.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-transports-local</artifactId>
      <version>99fbc7cfa8</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-databinding-jaxb</artifactId>
      <version>99fbc7cfa8</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-features-logging</artifactId>
      <version>99fbc7cfa8</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-transports-http-jetty</artifactId>
      <version>99fbc7cfa8</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>geronimo-servlet_2.5_spec</artifactId>
          <groupId>org.apache.geronimo.specs</groupId>
        </exclusion>
        <exclusion>
          <artifactId>javax.servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-jdk14</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.mail</groupId>
      <artifactId>jakarta.mail</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-databinding-aegis</artifactId>
      <version>99fbc7cfa8</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>cxf-rt-frontend-simple</artifactId>
          <groupId>com.github.mmoayyed.cxf</groupId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.migesok</groupId>
      <artifactId>jaxb-java-time-adapters</artifactId>
      <version>1.1.3</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.felix</groupId>
          <artifactId>maven-bundle-plugin</artifactId>
          <extensions>true</extensions>
          <configuration>
            <instructions>
              <Bundle-SymbolicName>${cxf.osgi.symbolic.name}</Bundle-SymbolicName>
              <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
              <Implementation-Version>${cxf.osgi.version.clean}</Implementation-Version>
              <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
              <Specification-Version>${cxf.osgi.version.clean}</Specification-Version>
              <Bundle-DocURL>http://cxf.apache.org</Bundle-DocURL>
              <Fragment-Host>${cxf.fragment.host}</Fragment-Host>
              <_failok>true</_failok>
              <_nouses>true</_nouses>
              <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
              <Export-Package>${cxf.osgi.export}</Export-Package>
              <Import-Package>${cxf.osgi.import},
                                *</Import-Package>
              <DynamicImport-Package>${cxf.osgi.dynamic.import}</DynamicImport-Package>
              <Bundle-Activator>${cxf.bundle.activator}</Bundle-Activator>
            </instructions>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>
</project>
