xmlcalabash
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.xmlcalabash</groupId>
<artifactId>xmlcalabash</artifactId>
<version>3.0.23</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.xmlcalabash</groupId>
<artifactId>xmlcalabash</artifactId>
<version>3.0.23</version>
<name>XML Calabash</name>
<description>An XProc 3.0 processor</description>
<url>https://codeberg.org/xmlcalabash/xmlcalabash3</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/api/license/mit</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ndw</id>
<name>Norm Tovey-Walsh</name>
</developer>
</developers>
<scm>
<connection>scm:git@codeberg.org:xmlcalabash/xmlcalabash3.git</connection>
<developerConnection>scm:git@codeberg.org:xmlcalabash/xmlcalabash3.git</developerConnection>
<url>scm:git@codeberg.org:xmlcalabash/xmlcalabash3.git</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.9</version>
</dependency>
<dependency>
<groupId>com.saxonica</groupId>
<artifactId>Saxon-EE</artifactId>
<version>12.9</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.saxonica</groupId>
<artifactId>Saxon-EE</artifactId>
<version>12.9</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api-kotlin</artifactId>
<version>1.4.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.20</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>2.1.20</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-csv</artifactId>
<version>2.19.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-toml</artifactId>
<version>2.19.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.19.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.f4b6a3</groupId>
<artifactId>uuid-creator</artifactId>
<version>6.1.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.8</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.nwalsh</groupId>
<artifactId>sinclude</artifactId>
<version>5.5.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>0.64.8</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.19.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>nu.validator</groupId>
<artifactId>htmlparser</artifactId>
<version>1.4.16</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.28.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.brotli</groupId>
<artifactId>dec</artifactId>
<version>0.1.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.30.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal-jansi</artifactId>
<version>3.30.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.nineml</groupId>
<artifactId>coffeefilter</artifactId>
<version>3.2.9</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.nineml</groupId>
<artifactId>coffeegrinder</artifactId>
<version>3.2.9</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.relaxng</groupId>
<artifactId>jing</artifactId>
<version>20241231</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.xmlresolver</groupId>
<artifactId>xmlresolver</artifactId>
<version>6.0.19</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.18</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.25.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.sun.xml.ibind.jaxp</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>isorelax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>relaxngDatatype</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>