keycloak-scim/federation/pom.xml

24 lines
762 B
XML
Raw Normal View History

2014-07-23 14:21:25 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
2016-01-13 08:19:04 +00:00
<version>1.9.0.CR1-SNAPSHOT</version>
2014-07-23 14:21:25 +00:00
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>keycloak-federation-parent</artifactId>
<name>Keycloak Federation</name>
<description />
<modules>
<module>ldap</module>
<module>kerberos</module>
2014-07-23 14:21:25 +00:00
</modules>
</project>