diff --git a/build.gradle b/build.gradle index cd6bf88c..000c99b9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ group = 'org.springframework.data' repositories { maven { url "http://repo.springsource.org/libs-snapshot" } maven { url "http://repo.springsource.org/plugins-release" } + maven { url "http://repo1.maven.org/maven2" } } diff --git a/template.mf b/template.mf index 91c0e4f0..69e19047 100644 --- a/template.mf +++ b/template.mf @@ -11,9 +11,11 @@ Import-Template: org.springframework.context.*;version="[3.0.0, 4.0.0)", org.springframework.core.*;version="[3.0.0, 4.0.0)", org.springframework.dao.*;version="[3.0.0, 4.0.0)", + org.springframework.data.*;version="[1.2.0,2.0.0)", + org.springframework.expression.*;version="[3.0.0, 4.0.0)", org.springframework.util.*;version="[3.0.0, 4.0.0)", org.springframework.transaction.*;version="[3.0.0, 4.0.0)", - com.gemstone.gemfire.*;version="[6.5, 7.0)", + com.gemstone.*;version="[6.5, 7.0)", org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional, org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", org.w3c.dom.*;version="0"