<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>org.alfresco</groupId>
        <artifactId>3rd-party</artifactId>
        <version>5.1.f</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>alfresco-greenmail</artifactId>
    <packaging>jar</packaging>
    <name>Alfresco greenmail implementation</name>
    <description>Alfresco's patched greenmail implementation</description>

    <dependencies>
       <dependency>
            <groupId>com.sun.mail</groupId>
            <artifactId>javax.mail</artifactId>
            <version>1.5.2</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
        </dependency>
        <dependency>
          <groupId>org.safehaus.jug</groupId>
          <artifactId>jug</artifactId>
          <version>2.0.0</version>
          <classifier>asl</classifier>
        </dependency>
    </dependencies>
</project>
