2015-04-08 11:51:50 +01:00
|
|
|
<?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/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>net.kemitix</groupId>
|
|
|
|
<artifactId>wiser-assertions</artifactId>
|
2015-04-15 12:06:34 +01:00
|
|
|
<version>0.1.1</version>
|
2015-04-08 11:51:50 +01:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<name>wiser-assertions</name>
|
|
|
|
<description>Assertions for Wiser SMTP test server from subethamail</description>
|
|
|
|
|
|
|
|
<url>https://github.com/kemitix/wiser-assertions</url>
|
|
|
|
|
|
|
|
<inceptionYear>2015</inceptionYear>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<url>https://github.com/kemitix/wiser-assertions/issues</url>
|
|
|
|
<system>GitHub Issues</system>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git@github.com:kemitix/wiser-assertions.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:kemitix/wiser-assertions.git</developerConnection>
|
|
|
|
<url>git@github.com:kemitix/wiser-assertions.git</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<parent>
|
2015-08-26 21:53:20 +01:00
|
|
|
<groupId>net.kemitix</groupId>
|
|
|
|
<artifactId>kemitix-spring-parent</artifactId>
|
2015-10-21 23:03:12 +01:00
|
|
|
<version>1.2.1</version>
|
2015-04-08 11:51:50 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
2015-04-15 11:54:29 +01:00
|
|
|
<version>1.4.7</version>
|
2015-04-08 11:51:50 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.subethamail</groupId>
|
|
|
|
<artifactId>subethasmtp</artifactId>
|
|
|
|
<version>3.1.7</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|