<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.canoo.dolphin-platform</groupId>
  <artifactId>dolphin-platform-server</artifactId>
  <version>1.0.0.CR4</version>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.canoo.dolphin-platform</groupId>
      <artifactId>dolphin-platform-core</artifactId>
      <version>1.0.0.CR4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.9.11</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>dolphin-platform-server</name>
  <url>https://github.com/canoo/dolphin-platform</url>
  <inceptionYear>2015</inceptionYear>
  <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>
  <scm>
    <url>https://github.com/canoo/dolphin-platform.git</url>
  </scm>
  <developers>
    <developer>
      <name>Hendrik Ebbers</name>
      <email>hendrik.ebbers@canoo.com</email>
      <organization>Canoo Engineering AG</organization>
      <organizationUrl>http://www.canoo.com</organizationUrl>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
    <developer>
      <name>Michael Heinrichs</name>
      <email>michael.heinrichs@canoo.com</email>
      <organization>Canoo Engineering AG</organization>
      <organizationUrl>http://www.canoo.com</organizationUrl>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
    <developer>
      <name>Andres Almiray</name>
      <email>andres.almiray@canoo.com</email>
      <organization>Canoo Engineering AG</organization>
      <organizationUrl>http://www.canoo.com</organizationUrl>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <description>The Dolphin Platform is a framework that implements the presentation model pattern and provides amodern way to create enterprise applications. The Platform provides several client implementations that all canbe used in combination with a general sever API.</description>
</project>
