keycloak-scim/forms/pom.xml

29 lines
962 B
XML
Raw Normal View History

2013-07-23 16:25:36 +00:00
<?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">
2013-08-02 11:36:55 +00:00
<parent>
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
2015-04-02 13:36:43 +00:00
<version>1.2.0.RC1-SNAPSHOT</version>
2013-08-02 11:36:55 +00:00
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
2013-07-23 16:25:36 +00:00
<artifactId>keycloak-forms-parent</artifactId>
<name>Keycloak Forms</name>
2013-08-02 11:36:55 +00:00
<description />
2013-07-23 16:25:36 +00:00
<modules>
<module>common-freemarker</module>
<module>common-themes</module>
<module>account-api</module>
<module>account-freemarker</module>
2014-05-19 11:58:45 +00:00
<module>email-api</module>
<module>email-freemarker</module>
<module>login-api</module>
<module>login-freemarker</module>
</modules>
2013-07-23 16:25:36 +00:00
</project>