<?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">
  <!-- 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>org.embulk</groupId>
  <artifactId>embulk-api</artifactId>
  <version>0.10.29</version>
  <name>embulk-api</name>
  <description>Java APIs for Embulk plugins</description>
  <url>https://www.embulk.org/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Sadayuki Furuhashi</name>
      <email>frsyuki@gmail.com</email>
    </developer>
    <developer>
      <name>Muga Nishizawa</name>
      <email>muga.nishizawa@gmail.com</email>
    </developer>
    <developer>
      <name>Satoshi Akama</name>
      <email>satoshiakama@gmail.com</email>
    </developer>
    <developer>
      <name>Dai MIKURUBE</name>
      <email>dmikurube@treasure-data.com</email>
    </developer>
    <developer>
      <name>Shinichi Ishimura</name>
      <email>shiketaudonko41@gmail.com</email>
    </developer>
    <developer>
      <name>Roman Shtykh</name>
      <email>rshtykh@yahoo.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/embulk/embulk.git</connection>
    <developerConnection>scm:git:git@github.com:embulk/embulk.git</developerConnection>
    <url>https://github.com/embulk/embulk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.msgpack</groupId>
      <artifactId>msgpack-core</artifactId>
      <version>0.8.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.30</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
