From e74e470d3dc40d26ade8e1d00a0888d0d313ab8e Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 19 Oct 2012 12:07:33 -0400 Subject: [PATCH] INT-2779-bundlor fixed manifest template --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9f4b111111..b9a70c12d7 100644 --- a/build.gradle +++ b/build.gradle @@ -628,8 +628,9 @@ project('spring-integration-mongodb') { 'org.springframework.jmx.*;version="[3.0.7, 4.0.0)"', 'org.springframework.data.mongodb.*;version="[1.0.0, 2.0.0)"', 'org.springframework.data.mapping.*;version="[1.0.0, 2.0.0)"', + 'org.springframework.data.domain.*;version="[1.0.0, 2.0.0)"', 'org.springframework.data.annotation.*;version="[1.0.0, 2.0.0)"', - 'com.mongodb.*;version="[0.0.0, 2.5.0]"', + 'com.mongodb.*;version="[0.0.0, 3.0.0]"', 'javax.*;version="0"', 'org.w3c.dom.*;version="0"' ]