<?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>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-fed-parent</artifactId>
      <version>2.1.6.1.Final</version>
      <relativePath>parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.picketlink</groupId>
   <artifactId>picketlink-fed-pom</artifactId>
   <packaging>pom</packaging>
   <name>PicketLink Federation- Aggregator</name>
   <description>PicketLink Federation is the federated identity project for JEMS projects</description>

   <modules>
     <module>parent</module>
     <module>picketlink-core</module>
     <module>picketlink-bindings</module>
   </modules>

</project>
