<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>
        <groupId>com.atlassian.hibernate</groupId>
        <artifactId>atlassian-hibernate-extras-parent</artifactId>
        <version>4.0.0</version>
    </parent>

    <artifactId>atlassian-hibernate2-extras</artifactId>
    <name>Atlassian Hibernate 2 Extras</name>

    <dependencies>
        <dependency>
            <groupId>hibernate</groupId>
            <artifactId>hibernate</artifactId>
            <version>2.1.8</version>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-hibernate2</artifactId>
          <version>2.0.7</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
    </dependencies>

    <build>
        <resources>
            <resource>
                <directory>..</directory>
                <filtering>false</filtering>
                <includes>
                    <include>lgpl.txt</include>
                </includes>
            </resource>
        </resources>
    </build>
</project>
