<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.flipkart.grayskull</groupId>
        <artifactId>java-clients</artifactId>
        <version>0.2.0-SNAPSHOT</version>
    </parent>

    <artifactId>client-api</artifactId>

    <name>Grayskull Java Client API</name>
    <description>API interfaces and models for Grayskull Java Client</description>

    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <!-- All dependencies inherited from parent:
         - lombok
         - jackson-databind
         - jackson-module-parameter-names
    -->

</project>
