Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
28 lines (24 loc) · 1.01 KB

File metadata and controls

28 lines (24 loc) · 1.01 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>
<!--suppress MavenPropertyInParent -->
<version>6.0.0-rc2</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>core-test-module</artifactId>
<packaging>jar</packaging>
<name>Simple Java Mail - Core Test module</name>
<description>Simple API, Complex Emails. Core module test support</description>
<dependencies>
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>core-module</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.