<?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-bindings-soap</artifactId>
  <version>99fbc7cfa8</version>
  <packaging>bundle</packaging>
  <name>Apache CXF Runtime SOAP Binding</name>
  <description>Apache CXF Runtime SOAP Binding</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.binding.soap</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}",
            org.apache.aries*;version="${cxf.aries.version.range}";resolution:=optional,
            org.springframework*;resolution:="optional";version="${cxf.osgi.spring.version}",
            javax.xml.bind*;version="${cxf.osgi.javax.bind.version}"</cxf.osgi.import>
    <cxf.export.service>org.apache.aries.blueprint.NamespaceHandler;osgi.service.blueprint.namespace="http://cxf.apache.org/blueprint/bindings/soap"</cxf.export.service>
    <cxf.bundle.activator>org.apache.cxf.binding.soap.blueprint.Activator</cxf.bundle.activator>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.apache.aries.blueprint</groupId>
      <artifactId>org.apache.aries.blueprint.core</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <optional>true</optional>
    </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-wsdl</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-databinding-jaxb</artifactId>
      <version>99fbc7cfa8</version>
      <exclusions>
        <exclusion>
          <artifactId>jaxb-xjc</artifactId>
          <groupId>org.glassfish.jaxb</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</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>
  </dependencies>
</project>
