<?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>ca.clinia.elasticsearch.plugin</groupId>
  <artifactId>elasticsearch-plugin-bundle</artifactId>
  <version>7.2.0.0</version>
  <name>elasticsearch-plugin-bundle</name>
  <description>A bundle of plugins for Elasticsearch</description>
  <url>https://github.com/clinia/elasticsearch-plugin-bundle</url>
  <inceptionYear>2019</inceptionYear>
  <organization>
    <name>clinia</name>
    <url>http://clinia.ca</url>
  </organization>
  <licenses>
    <license>
      <name>Affero GNU Public License Version 3</name>
      <url>http://www.gnu.org/licenses/agpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>clinia</id>
      <name>Etienne Soulard-Geoffrion</name>
      <email>etienne.soulard-geoffrion@clinia.ca</email>
      <url>https://github.com/etiennecl</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/clinia/elasticsearch-plugin-bundle.git</connection>
    <developerConnection>scm:git:git://github.com/clinia/elasticsearch-plugin-bundle.git</developerConnection>
    <url>https://github.com/clinia/elasticsearch-plugin-bundle</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.ibm.icu</groupId>
      <artifactId>icu4j</artifactId>
      <version>62.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.xbib</groupId>
      <artifactId>standardnumber</artifactId>
      <version>1.0.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.elasticsearch</groupId>
      <artifactId>elasticsearch</artifactId>
      <version>7.2.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.elasticsearch.test</groupId>
      <artifactId>framework</artifactId>
      <version>7.2.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codelibs.elasticsearch.module</groupId>
      <artifactId>analysis-common</artifactId>
      <version>7.2.0</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.elasticsearch.plugin</groupId>
      <artifactId>transport-netty4-client</artifactId>
      <version>7.2.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
