From 8e2e12342fddf00dbf6efa11a3e3f48ded482583 Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at> Date: Mon, 30 Jun 2014 20:15:43 +0200 Subject: [PATCH] added findbugs annotations to exclude some issues --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 5ce65832..a144c867 100644 --- a/build.gradle +++ b/build.gradle @@ -128,6 +128,7 @@ buildscript { dependencies { compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.+' + compile group: 'com.google.code.findbugs', name: 'annotations', version: '+' compile group: 'com.jolbox', name: 'bonecp', version: '+' compile group: 'com.tngtech.java', name: 'config-builder', version: '1.+' compile group: 'org.postgresql', name: 'postgresql', version: '9.2-1004-jdbc41' -- GitLab