<?xml version="1.0" encoding="UTF-8"?>
<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-security-saml</artifactId>
  <version>99fbc7cfa8</version>
  <packaging>bundle</packaging>
  <name>Apache CXF Runtime SAML Security functionality</name>
  <description>Apache CXF Runtime SAML Security functionality</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.security.saml</cxf.module.name>
    <cxf.osgi.import>org.opensaml*;version="${cxf.opensaml.osgi.version.range}",</cxf.osgi.import>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-security</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>org.apache.wss4j</groupId>
      <artifactId>wss4j-ws-security-dom</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-jdk14</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
