<?xml version="1.0"?>
<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>
  <parent>
    <groupId>org.nuxeo.connect</groupId>
    <artifactId>nuxeo-connect-client-parent</artifactId>
    <version>1.2-HF02</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <artifactId>nuxeo-connect-client</artifactId>
  <name>Nuxeo Connect Client </name>
  <description>Client to manage communication with Nuxeo Connect services</description>
  <packaging>jar</packaging>

  <dependencies>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
  </dependencies>

</project>
