This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch patch
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/patch by this push:
new 7fbfbcc Allow https access so camel-spring can test again
7fbfbcc is described below
commit 7fbfbcc83e53df8b09282b9511c96ccec4a9d602
Author: Claus Ibsen <claus.ibsen@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 00b7b15..01fd04f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -5483,7 +5483,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>
|