<?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>com.celements</groupId>
    <artifactId>celements</artifactId>
    <version>7.0</version>
  </parent>
  <artifactId>celements-mailsender</artifactId>
  <version>7.0</version>
  <name>Celements Mail Sender</name>
  <repositories>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>repo</name>
      <url>http://repo.jenkins-ci.org/repo</url>
    </repository>
    <repository>
      <snapshots />
      <id>snapshots</id>
      <name>public</name>
      <url>http://repo.jenkins-ci.org/public</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>jmock</groupId>
      <artifactId>jmock-cglib</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jvnet.mock-javamail</groupId>
      <artifactId>mock-javamail</artifactId>
      <version>2.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <scm>
    <connection>scm:git:git@github.com:celements/celements-features.git</connection>
    <developerConnection>scm:git:git@github.com:celements/celements-features.git</developerConnection>
    <url>https://github.com/celements/celements-features/celements-mailsender</url>
    <tag>celements-mailsender-7.0</tag>
  </scm>
</project>
