<?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.xbib.elasticsearch</groupId>
  <artifactId>log4j</artifactId>
  <version>6.3.2.1</version>
  <name>log4j</name>
  <description>Libraries for Elasticsearch</description>
  <url>https://github.com/jprante/elasticsearch-libs</url>
  <inceptionYear>2018</inceptionYear>
  <organization>
    <name>xbib</name>
    <url>http://xbib.org</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License Version 2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jprante</id>
      <name>Jörg Prante</name>
      <email>joergprante@gmail.com</email>
      <url>https://github.com/jprante</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/jprante/elasticsearch-libs.git</connection>
    <developerConnection>scm:git:git@github.com/jprante/elasticsearch-libs.git</developerConnection>
    <url>https://github.com/jprante/elasticsearch-libs</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.xbib.elasticsearch</groupId>
      <artifactId>jackson</artifactId>
      <version>6.3.2.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
