<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>
        <groupId>org.wso2.solutions.identity</groupId>
        <artifactId>identity-solution-parent</artifactId>
        <version>1.0-beta</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>identity-samples</artifactId>
    <packaging>pom</packaging>
    <name>Identity Solution : Samples</name>

    <dependencies>
        <dependency>
            <groupId>org.wso2.solutions.identity</groupId>
            <artifactId>token-verifier-core</artifactId>
            <version>${pom.version}</version>
        </dependency>
    </dependencies>

    <modules>
        <module>servlet-filter</module>
		<module>identity-provider</module>
    </modules>

</project>
