<?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-jaxws</artifactId>
  <version>99fbc7cfa8</version>
  <packaging>bundle</packaging>
  <name>Apache CXF Runtime JAX-WS Frontend</name>
  <description>Apache CXF Runtime JAX-WS 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.jaxws</cxf.module.name>
    <cxf.osgi.import>javax.xml.soap;version="${cxf.osgi.saaj.version}",
            javax.jws*;version="${cxf.osgi.jws.version}",
            javax.activation;version="${cxf.osgi.javax.activation.version}",
            javax.servlet*;version="${cxf.osgi.javax.servlet.version}",
            org.apache.aries*;version="${cxf.aries.version.range}";resolution:=optional,
            javax.xml.ws.spi.http;version="${cxf.osgi.javax.xml.ws.version}";resolution:="optional",
            javax.xml.ws*;version="${cxf.osgi.javax.xml.ws.version}",
            org.springframework*;resolution:="optional";version="${cxf.osgi.spring.version}",
            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/jaxws"</cxf.export.service>
    <cxf.bundle.activator>org.apache.cxf.jaxws.blueprint.Activator</cxf.bundle.activator>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.apache.aries.blueprint</groupId>
      <artifactId>org.apache.aries.blueprint.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>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-testutils</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>xml-resolver</groupId>
      <artifactId>xml-resolver</artifactId>
    </dependency>
    <dependency>
      <groupId>${cxf.asm.groupId}</groupId>
      <artifactId>${cxf.asm.artifactId}</artifactId>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-core</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-bindings-soap</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-bindings-xml</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-frontend-simple</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-transports-http</artifactId>
      <version>99fbc7cfa8</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-transports-local</artifactId>
      <version>99fbc7cfa8</version>
      <scope>test</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-ws-addr</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-ws-policy</artifactId>
      <version>99fbc7cfa8</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</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>org.springframework</groupId>
      <artifactId>spring-aop</artifactId>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</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-core</artifactId>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>${cxf.servlet-api.group}</groupId>
      <artifactId>${cxf.servlet-api.artifact}</artifactId>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.sun.mail</groupId>
      <artifactId>jakarta.mail</artifactId>
      <scope>test</scope>
    </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>
  </dependencies>
</project>
