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:
parent
b990a22bac
commit
35ce367898
4
ivy.xml
4
ivy.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue