blob: 45b80e6d45c0adccf848d5f8ad276c843367b667 [file] [log] [blame]
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hop</groupId>
<artifactId>hop-plugins-actions</artifactId>
<version>0.10</version>
</parent>
<artifactId>hop-action-getpop</artifactId>
<packaging>jar</packaging>
<name>Hop Plugins Actions Get mails (POP3/IMAP)</name>
<properties>
<mail.version>1.3.2</mail.version>
</properties>
<dependencies>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>${mail.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>