Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
9e5c572d
Commit
9e5c572d
authored
Apr 26, 2016
by
Peter van 't Hof
Browse files
Removed complete dependency from protected modules
parent
47e33420
Changes
1
Hide whitespace changes
Inline
Side-by-side
protected/biopet-gatk-extensions/pom.xml
View file @
9e5c572d
...
...
@@ -28,17 +28,17 @@
<artifactId>
BiopetExtensions
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.broadinstitute.gatk
</groupId>
<artifactId>
gatk-queue-extensions-distribution
</artifactId>
<version>
3.5
</version>
<exclusions>
<!-- This exclusion is needed for the selective licence for Queue -->
<exclusion>
<groupId>
org.broadinstitute.gatk
</groupId>
<artifactId>
gatk-tools-protected
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--
<dependency>
-->
<!--
<groupId>org.broadinstitute.gatk</groupId>
-->
<!--
<artifactId>gatk-queue-extensions-distribution</artifactId>
-->
<!--
<version>3.5</version>
-->
<!--
<exclusions>
-->
<!--
<!–
This exclusion is needed for the selective licence for Queue
–>
-->
<!--
<exclusion>
-->
<!--
<groupId>org.broadinstitute.gatk</groupId>
-->
<!--
<artifactId>gatk-tools-protected</artifactId>
-->
<!--
</exclusion>
-->
<!--
</exclusions>
-->
<!--
</dependency>
-->
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment