You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/05 06:28:47 UTC

[camel] branch master updated: Fixed test with accessExternalSchema set to https

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

acosentino 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 d284be2  Fixed test with accessExternalSchema set to https
d284be2 is described below

commit d284be279c01afdaca7d4a8402864e2964708253
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 5 08:28:06 2019 +0200

    Fixed test with accessExternalSchema set to https
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index abb1843..893a2cb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -5508,7 +5508,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>