This is an automated email from the ASF dual-hosted git repository.
pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 2dd646b Revert "Upgrade JavaMail to version 1.6.2", because the
upgrade cause unit tests to fail.
2dd646b is described below
commit 2dd646bb6abf5553c575e71b61d7c3c5f54a5b5f
Author: Pascal Schumacher <[email protected]>
AuthorDate: Fri Aug 31 17:33:03 2018 +0200
Revert "Upgrade JavaMail to version 1.6.2", because the upgrade cause unit
tests to fail.
This reverts commit dd5d12bc3799206d1c2c36babcb7402b86e4cecf.
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 19c52a9..f46f33f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -357,7 +357,7 @@
<javax.el-api-hibernate-validator-version>3.0.1-b04</javax.el-api-hibernate-validator-version>
<javax.el-hibernate-validator-version>3.0.1-b10</javax.el-hibernate-validator-version>
<javax-inject-bundle-version>1_2</javax-inject-bundle-version>
- <javax-mail-version>1.6.2</javax-mail-version>
+ <javax-mail-version>1.6.1</javax-mail-version>
<javax.servlet-api-version>3.1.0</javax.servlet-api-version>
<javax.ws.rs-api-version>2.0.1</javax.ws.rs-api-version>
<jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>