<?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>de.otto</groupId>
  <artifactId>hmac-auth-server-spring</artifactId>
  <version>2.2.0</version>
  <name>hmac-auth-server-spring</name>
  <description>server library configuration for spring of the hmac-auth project.</description>
  <url>http://github.com/otto-de/hmac-auth</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>Robert Keil</name>
    </developer>
    <developer>
      <id>tvollerthun</id>
      <name>Tom Vollerthun</name>
    </developer>
    <developer>
      <id>cstamm</id>
      <name>Christian Stamm</name>
    </developer>
    <developer>
      <id>gsteinacker</id>
      <name>Guido Steinacker</name>
    </developer>
    <developer>
      <id>mnoecker</id>
      <name>Mario Nöcker</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:otto-de/hmac-auth.git</connection>
    <developerConnection>scm:git@github.com:otto-de/hmac-auth.git</developerConnection>
    <url>scm:git@github.com:otto-de/hmac-auth.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>4.0.6.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>4.0.6.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>de.otto</groupId>
      <artifactId>hmac-auth-server</artifactId>
      <version>2.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
