<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.axway.iron</groupId>
  <artifactId>iron-spi</artifactId>
  <version>0.9.0</version>
  <name>iron-spi</name>
  <description>Iron Service Provider Interfaces</description>
  <url>https://axway.github.io/iron/iron-spi</url>
  <organization>
    <name>Axway Software</name>
    <url>http://www.axway.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Xavier Fournet</name>
      <url>https://github.com/xfournet</url>
    </developer>
    <developer>
      <name>Mathieu Sebire</name>
      <url>https://github.com/msebire</url>
    </developer>
    <developer>
      <name>Philippe Laplanche</name>
      <url>https://github.com/plaplanche</url>
    </developer>
    <developer>
      <name>Guillaume Vauvert</name>
      <url>https://github.com/gvauvert</url>
    </developer>
    <developer>
      <name>Romain Revol</name>
      <url>https://github.com/rrevol</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Axway/iron.git/iron-spi</connection>
    <developerConnection>scm:git:https://github.com/Axway/iron.git/iron-spi</developerConnection>
    <url>https://github.com/Axway/iron/iron-spi</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/Axway/iron/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Travis CI</system>
    <url>https://travis-ci.org/Axway/iron</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>org.reactivestreams</groupId>
      <artifactId>reactive-streams</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.axway.alf</groupId>
      <artifactId>alf-api</artifactId>
      <version>0.8.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
