xoai-xmlio
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.gdcc</groupId>
<artifactId>xoai-xmlio</artifactId>
<version>5.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.gdcc</groupId>
<artifactId>xoai-xmlio</artifactId>
<version>5.3.0</version>
<name>XOAI XML IO Commons</name>
<description>Basic XML IO routines used for XOAI OAI-PMH implementation. Forked from obsolete Lyncode sources.</description>
<url>https://github.com/gdcc/xoai</url>
<organization>
<name>Global Dataverse Community Consortium</name>
<url>https://www.gdcc.io</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Oliver Bertuch</name>
<email>xoai-lib@gdcc.io</email>
<url>https://github.com/poikilotherm</url>
<organization>Forschungszentrum Jülich GmbH</organization>
<organizationUrl>https://www.fz-juelich.de/en/zb</organizationUrl>
</developer>
<developer>
<name>DSpace @ Lyncode</name>
<email>dspace@lyncode.com</email>
<organization>Lyncode</organization>
<organizationUrl>http://www.lyncode.com</organizationUrl>
</developer>
</developers>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:git@github.com:gdcc/xoai.git</connection>
<developerConnection>scm:git:git@github.com:gdcc/xoai.git</developerConnection>
<url>https://github.com:gdcc/xoai</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/gdcc/xoai/issues</url>
</issueManagement>
<ciManagement>
<system>github</system>
<url>https://github.com/gdcc/xoai/actions</url>
<notifiers>
<notifier>
<address>dataversebot@gdcc.io</address>
</notifier>
</notifiers>
</ciManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>4.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>7.1.1</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>