<?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>ru.vyarus</groupId>
  <artifactId>dropwizard-orient-server</artifactId>
  <version>1.2.0</version>
  <dependencies>
    <dependency>
      <groupId>io.dropwizard</groupId>
      <artifactId>dropwizard-core</artifactId>
      <version>0.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.orientechnologies</groupId>
      <artifactId>orientdb-server</artifactId>
      <version>2.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.orientechnologies</groupId>
      <artifactId>orientdb-tools</artifactId>
      <version>2.0.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>dropwizard-orient-server</name>
  <description>Embedded OrientDB server for dropwizard</description>
  <url>https://github.com/xvik/dropwizard-orient-server</url>
  <scm>
    <url>https://github.com/xvik/dropwizard-orient-server.git</url>
    <connection>scm:git:git://github.com/xvik/dropwizard-orient-server.git</connection>
    <developerConnection>scm:git:git://github.com/xvik/dropwizard-orient-server.git</developerConnection>
    <tag>1.2.0</tag>
  </scm>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://raw.githubusercontent.com/xvik/dropwizard-orient-server/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>xvik</id>
      <name>Vyacheslav Rusakov</name>
      <email>vyarus@gmail.com</email>
    </developer>
  </developers>
</project>
