Maven Central: org.apache.syncope.ext.openfga:syncope-ext-openfga-client:4.1.2
syncope-ext-openfga-client
Overview
Description
Apache Syncope Ext: OpenFGA Client
Snippets
Apache MavenGradlesbtivygrapeleiningenbuildrbldScala CLIMill
Copy to clipboard
<dependency>
<groupId>org.apache.syncope.ext.openfga</groupId>
<artifactId>syncope-ext-openfga-client</artifactId>
<version>4.1.2</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.ext</groupId>
<artifactId>syncope-ext-openfga</artifactId>
<version>4.1.2</version>
</parent>
<name>Apache Syncope Ext: OpenFGA Client</name>
<description>Apache Syncope Ext: OpenFGA Client</description>
<groupId>org.apache.syncope.ext.openfga</groupId>
<artifactId>syncope-ext-openfga-client</artifactId>
<packaging>jar</packaging>
<properties>
<skipTests>true</skipTests>
<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.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-openfga</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<inputSpec>${project.basedir}/src/main/resources/openfga.yaml</inputSpec>
<generatorName>java</generatorName>
<apiPackage>org.apache.syncope.ext.openfga.client.api</apiPackage>
<modelPackage>org.apache.syncope.ext.openfga.client.model</modelPackage>
<generateApiTests>false</generateApiTests>
<generateModelTests>false</generateModelTests>
<configOptions>
<library>native</library>
<useJakartaEe>true</useJakartaEe>
<openApiNullable>false</openApiNullable>
<sourceFolder>/</sourceFolder>
</configOptions>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<sourceDirectories>
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
<sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory>
</sourceDirectories>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>openfga</id>
<properties>
<skipTests>false</skipTests>
</properties>
</profile>
</profiles>
</project>
Metadata
Age:7 days ago
Licenses:
Organization
org.apache.syncope.ext.openfga
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.