You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/05/01 05:26:55 UTC

[camel] branch camel-2.22.x updated: Allow https access so camel-spring can test again

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.22.x by this push:
     new 8e45102  Allow https access so camel-spring can test again
8e45102 is described below

commit 8e45102a2034bca3ecaee56402aa41cf7baaea22
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed May 1 06:58:21 2019 +0200

    Allow https access so camel-spring can test again
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b93ec98..2ec8e81 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -5365,7 +5365,7 @@
           <!-- lets re-run the failed test one more time, just to be sure -->
           <rerunFailingTestsCount>2</rerunFailingTestsCount>
           <systemPropertyVariables>
-            <javax.xml.accessExternalSchema>file,http</javax.xml.accessExternalSchema>
+            <javax.xml.accessExternalSchema>file,http,https</javax.xml.accessExternalSchema>
             <javax.xml.accessExternalDTD>file,http</javax.xml.accessExternalDTD>
             <derby.stream.error.file>target/derby.log</derby.stream.error.file>
             <java.awt.headless>${java.awt.headless}</java.awt.headless>