xoai-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.gdcc</groupId>
<artifactId>xoai-common</artifactId>
<version>5.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ The contents of this file are subject to the license and copyright
~ detailed in the LICENSE and NOTICE files at the root of the source
~ tree and available online at
~
~ http://www.dspace.org/license/
-->
<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-common</artifactId>
<version>5.3.0</version>
<name>XOAI Commons</name>
<description>OAI-PMH base functionality used for both data and service providers.</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>DuraSpace BSD License</name>
<url>https://raw.github.com/DSpace/DSpace/master/LICENSE</url>
<distribution>repo</distribution>
<comments>A BSD 3-Clause license for the DSpace codebase.</comments>
</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>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.gdcc</groupId>
<artifactId>xoai-xmlio</artifactId>
<version>5.3.0</version>
<scope>compile</scope>
</dependency>
<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>
</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>