Repository: camel Updated Branches: refs/heads/master 67ee84ed0 -> 9bd85b6ab
Use a specific yoda-time version instead of the range that the aws pom specifies so we can get a consistent version and one that matches the rest of camel Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9bd85b6a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9bd85b6a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9bd85b6a Branch: refs/heads/master Commit: 9bd85b6ab2bdb60a2f0963bf0e0eb97888f33b39 Parents: 67ee84e Author: Daniel Kulp <dk...@apache.org> Authored: Tue Aug 19 12:19:36 2014 -0400 Committer: Daniel Kulp <dk...@apache.org> Committed: Tue Aug 19 12:19:36 2014 -0400 ---------------------------------------------------------------------- components/camel-aws/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9bd85b6a/components/camel-aws/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml index 05e1591..8b51456 100644 --- a/components/camel-aws/pom.xml +++ b/components/camel-aws/pom.xml @@ -50,6 +50,11 @@ <artifactId>camel-core</artifactId> </dependency> <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>${jodatime2-bundle-version}</version> + </dependency> + <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk</artifactId> <version>${aws-java-sdk-version}</version> @@ -59,6 +64,10 @@ <artifactId>jackson-core</artifactId> </exclusion> <exclusion> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + </exclusion> + <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </exclusion>