pom.xml

24 lines | 771 B Blame History Raw Download
<?xml version="1.0"?>
<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-parent</artifactId>
        <groupId>org.keycloak</groupId>
        <version>1.2.0.CR1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>keycloak-broker-parent</artifactId>
    <name>Keycloak Broker Parent</name>
    <description/>
    <packaging>pom</packaging>

    <modules>
        <module>core</module>
        <module>oidc</module>
        <module>saml</module>
    </modules>

</project>