2014-01-30 06:00:06 +08:00
|
|
|
<?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">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<parent>
|
2014-03-05 00:10:36 +08:00
|
|
|
<groupId>org.broadinstitute.gatk</groupId>
|
|
|
|
|
<artifactId>gatk-aggregator</artifactId>
|
2017-07-28 22:01:54 +08:00
|
|
|
<version>3.8</version>
|
2014-01-30 06:00:06 +08:00
|
|
|
<relativePath>../..</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
2014-03-05 00:10:36 +08:00
|
|
|
<artifactId>gatk-queue-extensions-generator</artifactId>
|
2014-01-30 06:00:06 +08:00
|
|
|
<packaging>jar</packaging>
|
2014-03-05 00:10:36 +08:00
|
|
|
<name>GATK Queue Extensions Generator</name>
|
|
|
|
|
<description>GATK Queue Extensions Generator</description>
|
2014-01-30 06:00:06 +08:00
|
|
|
|
|
|
|
|
<properties>
|
2014-03-05 00:10:36 +08:00
|
|
|
<gatk.basedir>${project.basedir}/../..</gatk.basedir>
|
2014-01-30 06:00:06 +08:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>${project.groupId}</groupId>
|
2014-10-22 00:40:45 +08:00
|
|
|
<artifactId>gatk-engine</artifactId>
|
2014-01-30 06:00:06 +08:00
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|