Add Guice multibinding extension library
diff --git a/build.gradle b/build.gradle index 8757ebe..f8b83bf 100644 --- a/build.gradle +++ b/build.gradle
@@ -46,6 +46,7 @@ } dependencies { include(dependency('com.rabbitmq:amqp-client')) + include(dependency('com.google.inject.extensions:guice-multibindings')) } } @@ -65,6 +66,7 @@ dependencies { compile( [group: 'com.google.gerrit', name: "gerrit-${apiType}-api", version: apiVersion], + [group: 'com.google.inject.extensions', name: 'guice-multibindings', version: '4.0-beta5'], [group: 'com.google.code.gson', name: 'gson', version: '2.1'], [group: 'commons-lang', name: 'commons-lang', version: '2.5'], [group: 'commons-codec', name: 'commons-codec', version: '1.4'],