<?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-rs-security-sso-saml</artifactId>
  <version>99fbc7cfa8</version>
  <packaging>bundle</packaging>
  <name>Apache CXF RS SSO SAML</name>
  <description>Apache CXF RS SSO SAML</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.rs.security.sso.saml</cxf.module.name>
    <cxf.osgi.import>javax.servlet*;version="${cxf.osgi.javax.servlet.version}",
            org.ehcache*;resolution:=optional;version="[3.0.0, 4.0.0)",
            org.opensaml*;version="${cxf.opensaml.osgi.version.range}",
            javax.xml.bind*;version="${cxf.osgi.javax.bind.version}",
            javax.annotation*;version="${cxf.osgi.javax.annotation.version}"</cxf.osgi.import>
  </properties>
  <dependencies>
    <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>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-frontend-jaxrs</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>com.github.mmoayyed.cxf</groupId>
      <artifactId>cxf-rt-rs-security-xml</artifactId>
      <version>99fbc7cfa8</version>
    </dependency>
    <dependency>
      <groupId>${cxf.servlet-api.group}</groupId>
      <artifactId>${cxf.servlet-api.artifact}</artifactId>
    </dependency>
    <dependency>
      <groupId>org.ehcache</groupId>
      <artifactId>ehcache</artifactId>
      <version>${cxf.ehcache3.version}</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
