From 0bbc5a96193e45075f226f76f0548074f9107219 Mon Sep 17 00:00:00 2001 From: Shaun Francis Date: Mon, 6 Nov 2017 12:13:58 +0000 Subject: [PATCH] Add javax.mail dependency to fix no class found exception --- CHANGELOG.md | 3 +++ pom.xml | 2 +- test-utils-core/pom.xml | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb1435..cd0a2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to ## [Unreleased] +### Added +- javax.mail dependency to fix no class found exception + ## [1.13.0] - 2017-11-01 ### Changed diff --git a/pom.xml b/pom.xml index 472a981..46188bf 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ - 1.21.0 + 1.22.0 test-utils diff --git a/test-utils-core/pom.xml b/test-utils-core/pom.xml index 6e8d81e..4a845ab 100644 --- a/test-utils-core/pom.xml +++ b/test-utils-core/pom.xml @@ -23,6 +23,10 @@ org.glassfish javax.json + + com.sun.mail + javax.mail + org.jboss.resteasy resteasy-client @@ -71,7 +75,7 @@ org.apache.httpcomponents httpclient - + org.reflections reflections