Temporary solution: add the commons logging implementation to the VariantFiltration package. Downstream solution is described in GSA-262.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2665 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
c871a0f221
commit
648a36d08e
|
|
@ -4,6 +4,8 @@
|
|||
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
||||
<resource-bundle file="StingText.properties" />
|
||||
<dependencies>
|
||||
<!-- Workaround - depend on the logger impl required by JEXL -->
|
||||
<package name="org.apache.commons.logging.impl" />
|
||||
<!-- Variant filtration -->
|
||||
<class name="org.broadinstitute.sting.gatk.walkers.filters.VariantFiltrationWalker" />
|
||||
</dependencies>
|
||||
|
|
|
|||
Loading…
Reference in New Issue