<?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>sword2-server</artifactId>
  <version>2.0.0</version>
  <name>SWORD v2 Common Server Library (forked)</name>
  <description>Common Server Library with interfaces to be implemented by servers
        wishing to provide SWORD v2 support</description>
  <url>https://github.com/gdcc/sword2-server</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Richard Jones</name>
      <email>richard@cottagelabs.com</email>
      <organization>Cottage Labs</organization>
      <organizationUrl>https://cottagelabs.com</organizationUrl>
      <roles>
        <role>original developer</role>
      </roles>
    </developer>
    <developer>
      <name>Phil Durbin</name>
      <email>philip_durbin@harvard.edu</email>
      <organization>IQSS, Harvard</organization>
      <organizationUrl>https://iq.harvard.edu/</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <name>Jan van Mansum</name>
      <email>jan.van.mansum@dans.knaw.nl</email>
      <organization>DANS</organization>
      <organizationUrl>https://dans.knaw.nl/</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <name>Richard van Heest</name>
      <email>richard.van.heest@dans.knaw.nl</email>
      <organization>DANS</organization>
      <organizationUrl>https://dans.knaw.nl/</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <name>Oliver Bertuch</name>
      <email>o.bertuch@fz-juelich.de</email>
      <organization>Forschungszentrum Jülich GmbH</organization>
      <organizationUrl>https://fz-juelich.de/en</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/gdcc/sword2-server.git</connection>
    <developerConnection>scm:git:git@github.com:gdcc/sword2-server.git</developerConnection>
    <tag>sword2-server-2.0.0</tag>
    <url>https://github.com/gdcc/sword2-server</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>jakarta.servlet</groupId>
      <artifactId>jakarta.servlet-api</artifactId>
      <version>6.0.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.glassfish.jersey.media</groupId>
      <artifactId>jersey-media-multipart</artifactId>
      <version>3.1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.abdera</groupId>
      <artifactId>abdera-core</artifactId>
      <version>1.1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.abdera</groupId>
      <artifactId>abdera-i18n</artifactId>
      <version>1.1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.abdera</groupId>
      <artifactId>abdera-parser</artifactId>
      <version>1.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-core</artifactId>
      <version>4.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.13</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
