jest-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.graylog.jest</groupId>
<artifactId>jest-common</artifactId>
<version>2.4.15+jackson</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jest-common</artifactId>
<packaging>jar</packaging>
<name>Jest Common Jar</name>
<description>ElasticSearch Java REST client - shared library package</description>
<url>https://github.com/searchbox-io/Jest</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:searchbox-io/Jest.git</connection>
<developerConnection>scm:git:git@github.com:searchbox-io/Jest.git</developerConnection>
<url>git@github.com:searchbox-io/Jest.git</url>
</scm>
<developers>
<developer>
<id>TheKingOfTheEast</id>
<name>Dogukan Sonmez</name>
<email>dogukansonmez@yahoo.com</email>
</developer>
<developer>
<id>ferhatsb</id>
<name>Ferhat Sobay</name>
<email>ferhat@searchbox.io</email>
</developer>
<developer>
<id>kramer</id>
<name>Cihat Keser</name>
<email>info@cihatkeser.com</email>
<url>http://about.cihatkeser.com</url>
</developer>
</developers>
<parent>
<groupId>org.graylog.jest</groupId>
<artifactId>jest-parent</artifactId>
<version>2.4.15+jackson</version>
</parent>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
</dependency>
<!--Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>