<?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">
    <parent>
        <artifactId>servicedesk-parent-pom</artifactId>
        <groupId>com.atlassian.servicedesk</groupId>
        <version>2.4-OD-06-004-D20150413T042048</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>jira-64-bridge</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.atlassian.servicedesk</groupId>
            <artifactId>sd-bridge-api</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>com.atlassian.core</groupId>
            <artifactId>atlassian-core</artifactId>
            <version>4.6.18</version>
            <scope>provided</scope>
        </dependency>

    </dependencies>

</project>