keycloak-scim/examples/broker/pom.xml

22 lines
805 B
XML
Raw Normal View History

2015-03-16 19:28:33 +00:00
<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>
2015-03-16 19:28:33 +00:00
<groupId>org.keycloak</groupId>
2015-10-19 14:15:29 +00:00
<version>1.7.0.Final-SNAPSHOT</version>
2015-03-16 19:28:33 +00:00
</parent>
2015-03-16 19:28:33 +00:00
<name>Broker Examples</name>
<description/>
<modelVersion>4.0.0</modelVersion>
<artifactId>keycloak-examples-broker-parent</artifactId>
2015-03-16 19:28:33 +00:00
<packaging>pom</packaging>
<modules>
<module>facebook-authentication</module>
<module>google-authentication</module>
<module>saml-broker-authentication</module>
<module>twitter-authentication</module>
</modules>
</project>