<?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>org.embulk</groupId>
  <artifactId>guice-bootstrap</artifactId>
  <version>0.3.2</version>
  <name>guice-bootstrap</name>
  <description>Guice-bootstrap adds JSR 250 Life Cycle annotations to Google Guice</description>
  <url>http://guice.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>
      <id>frsyuki</id>
      <name>Sadayuki Furuhashi</name>
      <email>frsyuki@gmail.com</email>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Dai MIKURUBE</name>
      <email>dmikurube@treasure-data.com</email>
      <roles>
        <role>maintainer</role>
      </roles>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:git:git://github.com/embulk/guice-bootstrap.git</connection>
    <developerConnection>scm:git:git@github.com:embulk/guice-bootstrap.git</developerConnection>
    <url>https://github.com/embulk/guice-bootstrap</url>
  </scm>
  <issueManagement>
    <url>https://github.com/embulk/guice-bootstrap/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>4.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.9.9</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
