From 9877048975d6444161319bdb03d893787e58bdbe Mon Sep 17 00:00:00 2001 From: yegor256 Date: Fri, 13 Nov 2020 10:55:24 +0300 Subject: [PATCH] #41 xml fix --- pom.xml | 378 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 188 insertions(+), 190 deletions(-) diff --git a/pom.xml b/pom.xml index 82aaf2b..3072897 100644 --- a/pom.xml +++ b/pom.xml @@ -1,193 +1,191 @@ - - 4.0.0 - - com.jcabi - jcabi - 1.25.2 - - jcabi-matchers - 2.0-SNAPSHOT - jar - jcabi-matchers - Hamcrest Matchers - - github - https://github.com/jcabi/jcabi-matchers/issues - - - travis - https://travis-ci.org/jcabi/jcabi-matchers - - - scm:git:github.com:jcabi/jcabi-matchers.git - scm:git:github.com:jcabi/jcabi-matchers.git - https://github.com/jcabi/jcabi-matchers - - - - github-pages - https://matchers.jcabi.com/ - - - - 9.1.0.8 - - - - org.projectlombok - lombok - - - org.hamcrest - hamcrest - compile - - - com.jcabi - jcabi-log - - - com.jcabi - jcabi-xml - true - - - com.jcabi - jcabi-http - 1.16 - true - - - com.jcabi - jcabi-w3c - 1.3 - true - - - com.jcabi - jcabi-aspects - true - - - org.apache.commons - commons-lang3 - test - - - commons-io - commons-io - test - - - javax.xml.bind - jaxb-api - 2.2.12 - provided - - - javax.xml.bind - jsr173_api - - - - - javax.xml.bind - jsr173_api - 1.0 - provided - - - javax.ws.rs - jsr311-api - provided - - - org.glassfish.jaxb - jaxb-runtime - 2.2.11 - runtime - - - net.sourceforge.saxon - saxon - ${saxon.version} - provided - true - - - net.sourceforge.saxon - saxon - ${saxon.version} - provided - dom - true - - - org.glassfish - javax.json - test - true - - - com.sun.jersey - jersey-client - 1.19.3 - test - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - - +Copyright (c) 2011-2017, jcabi.com +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: 1) Redistributions of source code must retain the above +copyright notice, this list of conditions and the following +disclaimer. 2) Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided +with the distribution. 3) Neither the name of the jcabi.com nor +the names of its contributors may be used to endorse or promote +products derived from this software without specific prior written +permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT +NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL +THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +--> + + 4.0.0 + + com.jcabi + jcabi + 1.25.2 + + jcabi-matchers + 2.0-SNAPSHOT + jar + jcabi-matchers + Hamcrest Matchers + + github + https://github.com/jcabi/jcabi-matchers/issues + + + travis + https://travis-ci.org/jcabi/jcabi-matchers + + + scm:git:github.com:jcabi/jcabi-matchers.git + scm:git:github.com:jcabi/jcabi-matchers.git + https://github.com/jcabi/jcabi-matchers + + + + github-pages + https://matchers.jcabi.com/ + + + + 9.1.0.8 + + + + org.projectlombok + lombok + + + org.hamcrest + hamcrest + compile + + + com.jcabi + jcabi-log + + + com.jcabi + jcabi-xml + true + + + com.jcabi + jcabi-http + 1.16 + true + + + com.jcabi + jcabi-w3c + 1.3 + true + + + com.jcabi + jcabi-aspects + true + + + org.apache.commons + commons-lang3 + test + + + commons-io + commons-io + test + + + javax.xml.bind + jaxb-api + 2.2.12 + provided + + + javax.xml.bind + jsr173_api + + + + + javax.xml.bind + jsr173_api + 1.0 + provided + + + javax.ws.rs + jsr311-api + provided + + + org.glassfish.jaxb + jaxb-runtime + 2.2.11 + runtime + + + net.sourceforge.saxon + saxon + ${saxon.version} + provided + true + + + net.sourceforge.saxon + saxon + ${saxon.version} + provided + dom + true + + + org.glassfish + javax.json + test + true + + + com.sun.jersey + jersey-client + 1.19.3 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + + +