Maven Central: org.apache.syncope.core:syncope-core-provisioning-api:4.0.7
syncope-core-provisioning-api
Overview
Description
Apache Syncope Core Provisioning API
Snippets
Apache MavenGradlesbtivygrapeleiningenbuildrbldScala CLIMill
Copy to clipboard
<dependency>
<groupId>org.apache.syncope.core</groupId>
<artifactId>syncope-core-provisioning-api</artifactId>
<version>4.0.7</version>
</dependency>
Maven POM File
Copy to clipboard
<?xml version="1.0" encoding="UTF-8"?>
<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</groupId>
<artifactId>syncope-core</artifactId>
<version>4.0.7</version>
</parent>
<name>Apache Syncope Core Provisioning API</name>
<description>Apache Syncope Core Provisioning API</description>
<groupId>org.apache.syncope.core</groupId>
<artifactId>syncope-core-provisioning-api</artifactId>
<packaging>jar</packaging>
<properties>
<rootpom.basedir>${basedir}/../..</rootpom.basedir>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.syncope.core</groupId>
<artifactId>syncope-core-persistence-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl3</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</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
Licenses:
Organization
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.