outlook-module
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>outlook-module</artifactId>
<version>8.12.6</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.simplejavamail</groupId>
<artifactId>maven-master-project</artifactId>
<version>8.12.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>outlook-module</artifactId>
<packaging>jar</packaging>
<name>Simple Java Mail - Outlook module</name>
<description>Simple API, Complex Emails. Now with Outlook support</description>
<properties>
<automaticModuleName>org.simplejavamail.outlook</automaticModuleName>
</properties>
<dependencies>
<!-- core dependencies -->
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>core-module</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<!-- needed for outlook support -->
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>outlook-message-parser</artifactId>
<version>1.14.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>