adding the annotations for findbugs as dependencies in the GATK. They have to be in the default config so that we can

annotate code without running findbugs.



git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3829 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-07-19 16:34:57 +00:00
parent b990a22bac
commit 35ce367898
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@
<!-- findbug dependencies -->
<dependency org="net.sourceforge.findbugs" name="findbugs" rev="1.3.2" conf="findbugs->default"/>
<dependency org="net.sourceforge.findbugs" name="findbugs-ant" rev="1.3.2" conf="findbugs->default"/>
<!-- dependencies we need to annotate findbug issues -->
<dependency org="net.sourceforge.findbugs" name="annotations" rev="1.3.2" conf="default"/>
<dependency org="net.sourceforge.findbugs" name="jsr305" rev="1.3.2" conf="default"/>
</dependencies>
</ivy-module>