<?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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>spring-identity</artifactId>
        <groupId>fr.zebasto</groupId>
        <version>1.0.0-BETA2</version>
    </parent>

    <artifactId>spring-identity-defaults</artifactId>
    <name>Spring Identity :: Defaults</name>

    <dependencies>
        <dependency>
            <groupId>fr.zebasto</groupId>
            <artifactId>spring-identity-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
        <dependency>
            <groupId>fr.zebasto</groupId>
            <artifactId>spring-postinitialize</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.inject</groupId>
            <artifactId>javax.inject</artifactId>
        </dependency>
    </dependencies>
</project>