From 870f6b0fe31751dc9874cd75b45146373465b3bc Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 12 Oct 2012 09:22:03 -0400 Subject: [PATCH] INT-2782 Fix spring-retry Import-Package Bundlor: move retry packages above catch-all org.springframework.* in the import template. --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 26123856a5..ed3375b34f 100644 --- a/build.gradle +++ b/build.gradle @@ -186,9 +186,10 @@ project('spring-integration-core') { bundlor { bundleSymbolicName = 'org.springframework.integration' importTemplate += [ + 'org.springframework.retry.*;version="[1.0.2, 2.0.0)"', + 'org.springframework.classify.*;version="[1.0.2, 2.0.0)"', // package is in spring-retry 'org.springframework.*;version="[3.0.7, 4.0.0)"', 'org.springframework.transaction;version="[3.0.7, 4.0.0)";resolution:=optional', - 'org.springframework.retry;version="[1.0.2, 2.0.0)"', 'org.apache.commons.logging;version="[1.1.1, 2.0.0)"', 'org.aopalliance.*;version="[1.0.0, 2.0.0)"', 'org.codehaus.jackson.*;version="[1.0.0, 2.0.0)";resolution:=optional',