Maven Repository - POM file for Document Database org.ektorp 1.4.1 1.4.1

Summary

Ektorp.

a Java CouchDB persistence library.

Declaration

Here is the list of declaration for org.ektorp. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.ektorp</groupId>
   <artifactId>org.ektorp</artifactId>
   <version>1.4.1</version>
</dependency>

If you think this Maven repository POM file listing for org.ektorp is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

POM File Source

Here is the content of the POM file.

<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>
  <groupId>org.ektorp</groupId>
  <artifactId>org.ektorp</artifactId>
  <packaging>jar</packaging>
  <name>Ektorp</name>
  <version>1.4.1</version>
  <description>a Java CouchDB persistence library</description>
  <parent>
    <artifactId>org.ektorp.parent</artifactId>
    <groupId>org.ektorp</groupId>
    <version>1.4.1</version>
  </parent>

  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>${httpclient.version}</version>
    </dependency>
    <dependency>
                   <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-cache</artifactId>
                   <version>${httpclient.version}</version>
          </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>${commons.io.version}</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <scope>test</scope>
    </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.datatype</groupId>
            <artifactId>jackson-datatype-joda</artifactId>
        </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
    </dependency>
  </dependencies>
</project>