<?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">
  <!-- 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>com.github.szgabsz91</groupId>
  <artifactId>morpher-engine-api</artifactId>
  <version>1.0.0</version>
  <dependencies>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>3.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.szgabsz91</groupId>
      <artifactId>morpher-core</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.szgabsz91</groupId>
      <artifactId>morpher-language-handler-api</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>Morpher Engine API that contains the base interfaces and classes for Morpher Engine implementations</description>
  <name>morpher-engine-api</name>
  <inceptionYear>2016</inceptionYear>
  <url>https://github.com/szgabsz91/morpher</url>
  <organization>
    <name>szgabsz91</name>
  </organization>
  <licenses>
    <license>
      <name>Creative Commons GNU LGPL, Version 3.0</name>
      <url>http://www.gnu.org/licenses/lgpl-3.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/szgabsz91/morpher/issues</url>
  </issueManagement>
  <ciManagement>
    <system>CircleCI</system>
    <url>https://circleci.com/gh/szgabsz91/morpher</url>
  </ciManagement>
  <scm>
    <connection>scm:git:git@github.com:szgabsz91/morpher.git</connection>
    <developerConnection>scm:git:git@github.com:szgabsz91/morpher.git</developerConnection>
    <url>https://github.com/szgabsz91/morpher</url>
    <tag>HEAD</tag>
  </scm>
  <developers>
    <developer>
      <name>szgabsz91</name>
      <email>szgabsz91@gmail.com</email>
    </developer>
  </developers>
</project>
