<?xml version="1.0" encoding="UTF-8"?>
<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>com.github.luues</groupId>
    <artifactId>spring-boot</artifactId>
    <version>1.0.4.RELEASE</version>
  </parent>
  <groupId>com.github.luues</groupId>
  <artifactId>spring-boot-starter-mail</artifactId>
  <version>1.0.4.RELEASE</version>
  <name>${project.artifactId}</name>
  <description>A Simple E-mail Operating Tool Class</description>
  <url>https://github.com/luues/spring-luues/tree/master/spring-boot/spring-boot-starter-mail</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:https://github.com/luues/spring-luues.git</connection>
    <developerConnection>scm:git:https://github.com/luues/spring-luues.git</developerConnection>
    <url>https://github.com/luues/spring-luues/tree/master/spring-boot/spring-boot-starter-mail</url>
  </scm>
  <properties>
    <mail-version>1.5.0-b01</mail-version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.github.luues</groupId>
      <artifactId>commons-pom</artifactId>
      <version>1.0.4.RELEASE</version>
      <type>pom</type>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.github.luues</groupId>
      <artifactId>commons-util</artifactId>
      <version>1.0.4.RELEASE</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>javax.mail</groupId>
      <artifactId>mail</artifactId>
      <version>${mail-version}</version>
    </dependency>
  </dependencies>
  <build>
    <finalName>${project.name}</finalName>
  </build>
</project>
