<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.commercetools.sdk.jvm.core</groupId>
    <artifactId>commercetools-java-client-ahc-1_9</artifactId>
    <packaging>jar</packaging>
    <description>commercetools-java-client-ahc-1_9</description>
    <url>https://github.com/sphereio/sphere-jvm-sdk</url>
    <version>1.0.0-RC1</version>
    <licenses>
        <license>
            <name>Apache</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>commercetools-java-client-ahc-1_9</name>
    <organization>
        <name>com.commercetools.sdk.jvm.core</name>
        <url>https://github.com/sphereio/sphere-jvm-sdk</url>
    </organization>
    <scm>
        <url>git@github.com:sphereio/sphere-jvm-sdk.git</url>
        <connection>scm:git:git@github.com:sphereio/sphere-jvm-sdk.git</connection>
    </scm>
    <developers>
        <developer>
            <id>martin</id>
            <name>Martin Konicek</name>
            <url>https://github.com/mkonicek</url>
        </developer>
        <developer>
            <id>leonard</id>
            <name>Leonard Ehrenfried</name>
            <url>https://github.com/lenniboy</url>
        </developer>
        <developer>
            <id>gregor</id>
            <name>Gregor Goldmann</name>
            <url>https://github.com/gogregor</url>
        </developer>
        <developer>
            <id>michael</id>
            <name>Michael Schleichardt</name>
            <url>https://github.com/schleichardt</url>
        </developer>
        <developer>
            <id>laura</id>
            <name>Laura Luiz</name>
            <url>https://github.com/lauraluiz</url>
        </developer>
        <developer>
            <id>oleg</id>
            <name>Oleg Ilyenko</name>
            <url>https://github.com/OlegIlyenko</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.commercetools.sdk.jvm.core</groupId>
            <artifactId>sdk-http-ahc-1_9</artifactId>
            <version>1.0.0-RC1</version>
        </dependency>
        <dependency>
            <groupId>com.commercetools.sdk.jvm.core</groupId>
            <artifactId>commercetools-java-client-core</artifactId>
            <version>1.0.0-RC1</version>
        </dependency>
        <dependency>
            <groupId>com.commercetools.sdk.jvm.core</groupId>
            <artifactId>commercetools-java-client-internal-test</artifactId>
            <version>1.0.0-RC1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.1.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>