diff --git a/flexiprep/pom.xml b/flexiprep/pom.xml index 023eb549cfa19079439e536fce8fdf699eb5fc64..594d5bdc16bedb1bb66a94a5a01ea7726c355635 100644 --- a/flexiprep/pom.xml +++ b/flexiprep/pom.xml @@ -48,9 +48,9 @@ <version>0.1.3</version> </dependency> <dependency> - <groupId>org.broadinstitute.sting</groupId> + <groupId>org.broadinstitute.gatk</groupId> <artifactId>queue-package</artifactId> - <version>3.2</version> + <version>3.2-2</version> </dependency> </dependencies> <build> @@ -112,7 +112,7 @@ </transformers> <artifactSet> <excludes> - <exclude>org.broadinstitute.sting:queue-package</exclude> + <exclude>org.broadinstitute.gatk:queue-package</exclude> <exclude>junit:junit</exclude> <exclude>org.scala-lang:scala-compiler</exclude> <exclude>org.scala-lang:scala-library</exclude> diff --git a/mapping/pom.xml b/mapping/pom.xml index 0940167c654bb97b0115fb7a3b1964be91cae896..409c8a2eec203ad856ad8704ecfc8a8abe8fe399 100644 --- a/mapping/pom.xml +++ b/mapping/pom.xml @@ -58,9 +58,9 @@ <version>0.1.3</version> </dependency> <dependency> - <groupId>org.broadinstitute.sting</groupId> + <groupId>org.broadinstitute.gatk</groupId> <artifactId>queue-package</artifactId> - <version>3.2</version> + <version>3.2-2</version> </dependency> </dependencies> <build> @@ -122,7 +122,7 @@ </transformers> <artifactSet> <excludes> - <exclude>org.broadinstitute.sting:queue-package</exclude> + <exclude>org.broadinstitute.gatk:queue-package</exclude> <exclude>junit:junit</exclude> <exclude>org.scala-lang:scala-compiler</exclude> <exclude>org.scala-lang:scala-library</exclude> diff --git a/pipeline-template/pom.xml b/pipeline-template/pom.xml index 1e77822dbc506b856c87e0fb1dc809c50095d9f7..ffebc17c5af1f229aa7e2d13bce209705b8d3aa1 100644 --- a/pipeline-template/pom.xml +++ b/pipeline-template/pom.xml @@ -48,9 +48,9 @@ <version>0.1.3</version> </dependency> <dependency> - <groupId>org.broadinstitute.sting</groupId> + <groupId>org.broadinstitute.gatk</groupId> <artifactId>queue-package</artifactId> - <version>3.2</version> + <version>3.2-2</version> </dependency> </dependencies> <build> @@ -112,7 +112,7 @@ </transformers> <artifactSet> <excludes> - <exclude>org.broadinstitute.sting:queue-package</exclude> + <exclude>org.broadinstitute.gatk:queue-package</exclude> <exclude>junit:junit</exclude> <exclude>org.scala-lang:scala-compiler</exclude> <exclude>org.scala-lang:scala-library</exclude>