<?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">

    <parent>
        <groupId>com.atlassian.servicedesk</groupId>
        <artifactId>jira-workinghours-parent-pom</artifactId>
        <version>3.6.1-REL-0003</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>jira-workinghours-api</artifactId>

    <name>JIRA Working Hours API</name>
    <description>JIRA Working Hours API</description>

    <dependencies>
        <dependency>
            <groupId>com.atlassian.jira</groupId>
            <artifactId>jira-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.atlassian.fugue</groupId>
            <artifactId>fugue</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>

</project>
