Files
saxon11/Saxon-HE-11.7.pom
Fridrich Strba cbd5799bcc Accepting request 1290556 from home:urbic:branches:Java:packages
- Update to v11.7
  * For a full list of bugs cleared in Saxon 11.7, please go to
    https://saxonica.plan.io/projects/saxon/issues and filter the
    list of bugs for those labelled as "Fixed in Maintenance
    Release 11.7".

OBS-URL: https://build.opensuse.org/request/show/1290556
OBS-URL: https://build.opensuse.org/package/show/Java:packages/saxon11?expand=0&rev=5
2025-07-08 08:18:14 +00:00

132 lines
4.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>11.7</version>
<name>Saxon-HE</name>
<description>The XSLT and XQuery Processor</description>
<url>https://www.saxonica.com/</url>
<inceptionYear>1999</inceptionYear>
<organization>
<name>Saxonica</name>
<url>https://www.saxonica.com/</url>
</organization>
<licenses>
<license>
<name>Mozilla Public License Version 2.0</name>
<url>http://www.mozilla.org/MPL/2.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mike</id>
<name>Michael Kay</name>
<email>mike@saxonica.com</email>
</developer>
<developer>
<id>ond1</id>
<name>ONeil Delpratt</name>
<email>oneil@saxonica.com</email>
</developer>
<developer>
<id>debbie</id>
<name>Debbie Lockett</name>
<email>debbie@saxonica.com</email>
</developer>
<developer>
<id>matt</id>
<name>Matt Patterson</name>
<email>matt@saxonica.com</email>
</developer>
<developer>
<id>norm</id>
<name>Norman Walsh</name>
<email>norm@saxonica.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://saxonica.plan.io/projects/saxonmirrorhe/repository</connection>
<developerConnection>scm:git:https://saxonica.plan.io/projects/saxonmirrorhe/repository</developerConnection>
<url>https://saxonica.plan.io/projects/saxonmirrorhe/repository</url>
</scm>
<properties>
<skipTests>false</skipTests>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.xmlresolver</groupId>
<artifactId>xmlresolver</artifactId>
<version>5.3.3</version>
</dependency>
<dependency>
<groupId>org.xmlresolver</groupId>
<artifactId>xmlresolver</artifactId>
<version>5.3.3</version>
<classifier>data</classifier>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>2.0.6.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>1.3.5</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>59.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.14.6</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom</artifactId>
<version>1.2.15</version>
<type>pom</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-dom</artifactId>
<version>1.2.15</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
<version>1.2.15</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>