<?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>fuse-project</artifactId>
    <groupId>org.fusesource</groupId>
    <version>1.0.0.redhat-355</version>
    <relativePath>../parent/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.fusesource.security</groupId>
  <artifactId>security-project</artifactId>
  <packaging>pom</packaging>

  <name>[TODO]Security :: Security :: SSO</name>

  <modules>
    <module>security-sso-activemq</module>
    <module>security-sso-client</module>
  </modules>


</project>
