keycloak-scim/examples/providers/pom.xml

22 lines
769 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-05-22 06:42:40 +00:00
<version>1.3.0.Final-SNAPSHOT</version>
</parent>
2015-02-18 16:38:58 +00:00
<name>Provider Examples</name>
<description/>
<modelVersion>4.0.0</modelVersion>
<artifactId>keycloak-examples-providers-parent</artifactId>
<packaging>pom</packaging>
<modules>
2014-08-27 10:41:40 +00:00
<module>event-listener-sysout</module>
<module>event-store-mem</module>
2014-08-03 02:18:17 +00:00
<module>federation-provider</module>
</modules>
</project>