<?xml version="1.0" encoding="UTF-8"?>
<project>
  <pomVersion>3</pomVersion>
  <extend>../../project.xml</extend>
  <name>Dalma e-mail endpoint</name>
  <artifactId>dalma-endpoint-email</artifactId>
  <description>endpoint that connects to the e-mail system</description>
  <shortDescription>e-mail endpoint for dalma</shortDescription>
  
  <dependencies>
    <dependency>
      <id>dalma</id>
      <version>${pom.currentVersion}</version>
    </dependency>
    <!-- javamail -->
    <dependency>
      <id>javamail</id>
      <version>1.3.3</version>
      <jar>mail.jar</jar>
      <properties>
        <belongsTo>${pom.artifactId}</belongsTo>
        <jar.manifest.classpath>true</jar.manifest.classpath>
        <dist>endpoint</dist>
      </properties>
    </dependency>
    <dependency>
      <id>activation</id>
      <version>1.0.3</version>
      <jar>activation.jar</jar>
      <properties>
        <belongsTo>${pom.artifactId}</belongsTo>
        <jar.manifest.classpath>true</jar.manifest.classpath>
        <dist>endpoint</dist>
      </properties>
    </dependency>
  </dependencies>
</project>
