From cd3807924751c86d9d9eadd68a835ff9b7a8fd2f Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Mon, 9 Dec 2019 23:56:13 +0000 Subject: [PATCH] Provide XAdES schemas locally, because of connection timeouts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871111 13f79535-47bb-0310-9956-ffa450edef68 --- sonar/ooxml-schema-security/pom.xml | 64 +++++++---------------------- sonar/pom.xml | 2 +- 2 files changed, 15 insertions(+), 51 deletions(-) diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml index 58e355a3c7..47265a6c6c 100644 --- a/sonar/ooxml-schema-security/pom.xml +++ b/sonar/ooxml-schema-security/pom.xml @@ -46,52 +46,7 @@ wget target/schemas - http://dublincore.org/schemas/xmls/qdc/2003/04/02/dc.xsd - - - - install-xsds-part-3 - generate-sources - wget - - target/schemas - http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd - - - - install-xsds-part-4 - generate-sources - wget - - target/schemas - http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcmitype.xsd - - - - install-xsds-part-5 - generate-sources - wget - - target/schemas - http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd - - - - install-xsds-part-6 - generate-sources - wget - - target/schemas - https://uri.etsi.org/01903/v1.3.2/XAdES.xsd - - - - install-xsds-part-7 - generate-sources - wget - - target/schemas - https://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd + https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd @@ -112,9 +67,18 @@ - - + + + + + + + + + + + + @@ -129,7 +93,7 @@ org.apache.xmlbeans xmlbeans ${xmlbeans.version} - + ${project.groupId} poi-main diff --git a/sonar/pom.xml b/sonar/pom.xml index df104510c9..9858db4060 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -269,7 +269,7 @@ - + -- 2.39.5