diff --git a/openbis_api/build.gradle b/openbis_api/build.gradle
index 266ba0f813b9a9b9a307b010ae4f167413bdcbfd..efa8afec6efd248efd2f78771c1eae4d18aedf08 100644
--- a/openbis_api/build.gradle
+++ b/openbis_api/build.gradle
@@ -8,5 +8,7 @@ dependencies {
 			'fasterxml:jackson-annotations:+'
 			
 	testCompile project(path: ':common', configuration: 'tests'),
-			'fjelmer:classycle:+'
+			'fjelmer:classycle:+',
+			'reflections:reflections:+'
+			
 }