Maven Central: org.apache.syncope.ext.saml2sp4ui:syncope-ext-saml2sp4ui-provisioning-api:4.1.2

syncope-ext-saml2sp4ui-provisioning-api

Overview

Description

Apache Syncope Ext: SAML2 SP4UI Provisioning API

Snippets

Copy to clipboard

<dependency>
    <groupId>org.apache.syncope.ext.saml2sp4ui</groupId>
    <artifactId>syncope-ext-saml2sp4ui-provisioning-api</artifactId>
    <version>4.1.2</version>
</dependency>

Maven POM File

Copy to clipboard

<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
    <groupId>org.apache.syncope.ext</groupId>
    <artifactId>syncope-ext-saml2sp4ui</artifactId>
    <version>4.1.2</version>
  </parent>

<name>Apache Syncope Ext: SAML2 SP4UI Provisioning API</name>
  <description>Apache Syncope Ext: SAML2 SP4UI Provisioning API</description>
  <groupId>org.apache.syncope.ext.saml2sp4ui</groupId>
  <artifactId>syncope-ext-saml2sp4ui-provisioning-api</artifactId>
  <packaging>jar</packaging>

<properties>
    <rootpom.basedir>${basedir}/../../..</rootpom.basedir>
  </properties>

<dependencies>
    <dependency>
      <groupId>org.apache.syncope.core</groupId>
      <artifactId>syncope-core-provisioning-api</artifactId>
      <version>${project.version}</version>
    </dependency>

<dependency>
      <groupId>org.apache.syncope.ext.saml2sp4ui</groupId>
      <artifactId>syncope-ext-saml2sp4ui-persistence-api</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.syncope.ext.saml2sp4ui</groupId>
      <artifactId>syncope-ext-saml2sp4ui-common-lib</artifactId>
      <version>${project.version}</version>
    </dependency>

<dependency>
      <groupId>org.pac4j</groupId>
      <artifactId>pac4j-saml</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.velocity</groupId>
      <artifactId>velocity-engine-core</artifactId>
    </dependency>
  </dependencies>

<build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>

Metadata

Age: 7 days ago

Organization

org.apache.syncope.ext.saml2sp4ui

Known Contributors

Bruno Rogério de Moura, Dmitriy Brashevets, Bob Lannoy, Nicola Baiocco, Dmitry Berezkin, Denis Signoretto, Tushar Mishra, Misagh Moayyed, Francesco Chicchiriccò, Matteo Alessandroni, Christian Schneider, Guido Wimmel, Dino Anzellotti, René Mulder, Dima Ayash, Jan Bernhardt, Fabio Martelli, Emmanuel Lecharny, Jean-Baptiste Onofré, Matteo Tatoni, Marco Di Sabatino Di Diodoro, Andrea Patricelli, Samuel Garofalo, Nicola Scendoni, Massimiliano Perrone, Alberto Bogi, Andrei Shakirin, Giacomo Lamonaco, Matteo Di Carlo, Colm O hEigeartaigh, Simone Tripodi, Lorenzo Di Cola.