diff --git a/pom.xml b/pom.xml index d32f41e3..094c5ea3 100644 --- a/pom.xml +++ b/pom.xml @@ -15,446 +15,455 @@ ~ limitations under the License. --> - 4.0.0 - - com.networknt - json-schema-validator - 1.5.5 - bundle - JsonSchemaValidator - A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12 - https://github.com/networknt/json-schema-validator - - - - Apache License Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - repo - - - - - - stevehu - Steve Hu - stevehu@gmail.com - - - - - scm:https://github.com/networknt/json-schema-validator.git - scm:https://github.com/networknt/json-schema-validator.git - https://github.com/networknt/json-schema-validator.git - - - - github - https://github.com/networknt/json-schema-validator/issues - - - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - - - 1.8 - 1.8 - UTF-8 - - 1.10.3 - 2.18.1 - 2.2.1 - 1.3.14 - 2.0.16 - 21.3.10 - 3.0 - 5.11.3 - 2.2.37.Final - 0.8.12 - 3.13.0 - 5.1.9 - 1.6 - 3.6.3 - 3.2.1 - 1.3.0 - 3.5.1 - 1.2.2.Final - 1.7.0 - - - - - - ch.qos.logback - logback-classic - ${version.logback} - test - - - - - com.ethlo.time - itu - ${version.itu} - - - - com.fasterxml.jackson.core - jackson-databind - ${version.jackson} - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${version.jackson} - - - - io.undertow - undertow-core - ${version.undertow} - test - - - - org.hamcrest - hamcrest - ${version.hamcrest} - test - - - - - - org.jruby.joni - joni - ${version.joni} - true - - - - - - org.graalvm.js - js - ${version.graaljs} - true - - - - - - org.graalvm.sdk - graal-sdk - ${version.graaljs} - true - - - - org.junit.jupiter - junit-jupiter-engine - ${version.junit} - test - - - - org.junit.jupiter - junit-jupiter-params - ${version.junit} - test - - - - org.slf4j - slf4j-api - ${version.slf4j} - - - - - - - - - false - ${basedir}/src/main/resources - - **/* - - - - - - - false - ${basedir}/src/test/resources - - **/* - - - - ${project.basedir}/src/test/suite - - - - - - - org.apache.felix - maven-bundle-plugin - ${version.maven-bundle-plugin} - true - - - - org.jcodings;resolution:=optional, - org.jcodings.specific;resolution:=optional, - org.joni;resolution:=optional, - org.joni.exception;resolution:=optional, - * - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${version.nexus-staging-maven-plugin} - true - - ossrh - https://oss.sonatype.org/ - true - - - - - org.apache.maven.plugins - maven-source-plugin - ${version.maven-source-plugin} - - - attach-sources - - jar - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${version.maven-javadoc-plugin} - - - attach-javadocs - - jar - - - 8 - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${version.maven-compiler-plugin} - - ${java.version} - ${java.version} - ${java.testversion} - ${java.testversion} - - - - test-compile - - testCompile - - process-test-sources - - ${java.testversion} - ${java.testversion} - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${version.maven-surefire-plugin} - - @{argLine} -Duser.language=en -Duser.region=GB - plain - - true - - - true - true - true - - - true - true - - - - - me.fabriciorby - maven-surefire-junit5-tree-reporter - ${version.maven-surefire-junit5-tree-reporter} - - - - - - org.jacoco - jacoco-maven-plugin - ${version.jacoco-maven-plugin} - - - - com/networknt/org/apache/commons/validator/** - - - - - - - pre-unit-test - - prepare-agent - - - - - - post-unit-test - - report - - test - - - - - - - ${basedir}/src/main/java - ${basedir}/src/test/java - - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${version.maven-surefire-plugin} - - - - - - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - ${version.maven-gpg-plugin} - - - sign-artifacts - - sign - - verify - - - - - - - - - java-module - - [9,) - - + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" +> + 4.0.0 + + com.networknt + json-schema-validator + 1.5.6 + bundle + JsonSchemaValidator + A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12 + https://github.com/networknt/json-schema-validator + + + + Apache License Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + + stevehu + Steve Hu + stevehu@gmail.com + + + + + scm:https://github.com/networknt/json-schema-validator.git + scm:https://github.com/networknt/json-schema-validator.git + https://github.com/networknt/json-schema-validator.git + + + + github + https://github.com/networknt/json-schema-validator/issues + + + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + 1.8 + 1.8 + UTF-8 + + 1.10.3 + 2.18.1 + 2.2.1 + 1.3.14 + 2.0.16 + 21.3.10 + 3.0 + 5.11.3 + 2.2.37.Final + 0.8.12 + 3.13.0 + 5.1.9 + 1.6 + 3.6.3 + 3.2.1 + + 1.3.0 + 3.5.1 + 1.2.2.Final + 1.7.0 + + + + + + ch.qos.logback + logback-classic + ${version.logback} + test + + + + + com.ethlo.time + itu + ${version.itu} + true + + + + com.fasterxml.jackson.core + jackson-databind + ${version.jackson} + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${version.jackson} + + + + io.undertow + undertow-core + ${version.undertow} + test + + + + org.hamcrest + hamcrest + ${version.hamcrest} + test + + + + + + org.jruby.joni + joni + ${version.joni} + true + + + + + + org.graalvm.js + js + ${version.graaljs} + true + + + + + + org.graalvm.sdk + graal-sdk + ${version.graaljs} + true + + + + org.junit.jupiter + junit-jupiter-engine + ${version.junit} + test + + + + org.junit.jupiter + junit-jupiter-params + ${version.junit} + test + + + + org.slf4j + slf4j-api + ${version.slf4j} + + + + + + + + + false + ${basedir}/src/main/resources + + **/* + + + + + + + false + ${basedir}/src/test/resources + + **/* + + + + ${project.basedir}/src/test/suite + + + - - org.moditect - moditect-maven-plugin - ${version.moditect-maven-plugin} - - - add-module-infos - - add-module-info - - package + + + org.apache.felix + maven-bundle-plugin + ${version.maven-bundle-plugin} + true + + + + org.jcodings;resolution:=optional, + org.jcodings.specific;resolution:=optional, + org.joni;resolution:=optional, + org.joni.exception;resolution:=optional, + * + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${version.nexus-staging-maven-plugin} + true + + ossrh + https://oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-source-plugin + ${version.maven-source-plugin} + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.maven-javadoc-plugin} + + + attach-javadocs + + jar + + + 8 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${version.maven-compiler-plugin} + + ${java.version} + ${java.version} + ${java.testversion} + ${java.testversion} + + + + test-compile + + testCompile + + process-test-sources + + ${java.testversion} + ${java.testversion} + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${version.maven-surefire-plugin} - 9 - true - - - com.networknt.schema - - - !com.networknt.org*; - *; - - - true - - - - --multi-release=9 - + @{argLine} -Duser.language=en -Duser.region=GB + plain + + true + + + true + true + true + + + true + true + - - - + + + me.fabriciorby + maven-surefire-junit5-tree-reporter + ${version.maven-surefire-junit5-tree-reporter} + + + + + + org.jacoco + jacoco-maven-plugin + ${version.jacoco-maven-plugin} + + + + com/networknt/org/apache/commons/validator/** + + + + + + + pre-unit-test + + prepare-agent + + + + + + post-unit-test + + report + + test + + + + - - - + ${basedir}/src/main/java + ${basedir}/src/test/java + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${version.maven-surefire-plugin} + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${version.maven-gpg-plugin} + + + sign-artifacts + + sign + + verify + + + + + + + + + java-module + + [9,) + + + + + org.moditect + moditect-maven-plugin + ${version.moditect-maven-plugin} + + + add-module-infos + + add-module-info + + package + + 9 + true + + + com.networknt.schema + + + !com.networknt.org*; + *; + + + static com.ethlo*; + static org.graalvm*; + *; + + + true + + + + --multi-release=9 + + + + + + + + + +