<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- 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>ca.islandora.alpaca</groupId>
  <artifactId>islandora-http-client</artifactId>
  <version>2.2.0</version>
  <name>Islandora :: Alpaca</name>
  <description>Event driven middleware based on Apache Camel that synchronizes a Fedora with Drupal.</description>
  <url>https://github.com/Islandora/Alpaca</url>
  <inceptionYear>2015</inceptionYear>
  <organization>
    <name>Islandora Foundation</name>
    <url>http://islandora.ca</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>https://opensource.org/licenses/MIT</distribution>
      <comments>Copyright (c) 2015 Islandora Foundation</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dannylamb</id>
      <name>Daniel Lamb</name>
      <email>dlamb @ (domain of organization url)</email>
      <organization>Born Digital</organization>
      <organizationUrl>http://born-digital.com</organizationUrl>
      <timezone>-4</timezone>
    </developer>
    <developer>
      <id>whikloj</id>
      <name>Jared Whiklo</name>
      <email>jared.whiklo @ (domain of organization url)</email>
      <organization> University of Manitoba</organization>
      <organizationUrl>https://umanitoba.ca</organizationUrl>
      <timezone>-5</timezone>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>islandora-dev</name>
      <subscribe>islandora-dev+subscribe@googlegroups.com</subscribe>
      <unsubscribe>islandora-dev+unsubscribe@googlegroups.com</unsubscribe>
      <post>islandora-dev@googlegroups.com</post>
      <archive>https://groups.google.com/d/forum/islandora-dev</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:git:git@github.com:Islandora/Alpaca.git</connection>
    <developerConnection>scm:git:git@github.com:Islandora/Alpaca.git</developerConnection>
    <url>https://github.com/islandora/Alpaca</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/Islandora/documentation/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.13</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>5.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
