Repository: camel Updated Branches: refs/heads/master bb38c204e -> 15174ce7b
Downgrade the spring retry version Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/15174ce7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/15174ce7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/15174ce7 Branch: refs/heads/master Commit: 15174ce7bf92d2b589f899f859897263f7d13ac3 Parents: 7189b56 Author: Willem Jiang <[email protected]> Authored: Wed Mar 4 16:31:57 2015 +0800 Committer: Willem Jiang <[email protected]> Committed: Wed Mar 4 16:32:16 2015 +0800 ---------------------------------------------------------------------- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/15174ce7/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 958c7eb..c50aaf6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -432,7 +432,8 @@ <spring-javaconfig-version>1.0.0-20090215</spring-javaconfig-version> <spring-ldap-version>2.0.2.RELEASE</spring-ldap-version> <spring-ldap-bundle-version>2.0.2.RELEASE_1</spring-ldap-bundle-version> - <spring-retry-version>1.1.0.RELEASE</spring-retry-version> + <!-- spring 1.1.0 is not OSGi bundle any more --> + <spring-retry-version>1.0.3.RELEASE</spring-retry-version> <!-- Spring 4 can be used in OSGi, but not with spring-dm. Allow Spring 4 for the bundle imports. --> <spring-version-range>[3.2,5)</spring-version-range> <!-- However, spring-dm does not support spring 4.x so import-range must be 3.x for the -->
