keycloak-scim/examples/providers/pom.xml

23 lines
787 B
XML
Raw Normal View History

<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/maven-v4_0_0.xsd">
<parent>
<artifactId>keycloak-examples-parent</artifactId>
<groupId>org.keycloak</groupId>
2015-10-19 14:15:29 +00:00
<version>1.7.0.Final-SNAPSHOT</version>
</parent>
<name>Provider Examples</name>
<description/>
<modelVersion>4.0.0</modelVersion>
<artifactId>keycloak-examples-providers-parent</artifactId>
<packaging>pom</packaging>
<modules>
<module>event-listener-sysout</module>
<module>event-store-mem</module>
<module>federation-provider</module>
2015-08-11 17:04:40 +00:00
<module>authenticator</module>
</modules>
</project>