CAMEL-9921: Setup dozer to ensure it loads the EL engine so it works as expected when it performs mapping such as using variables.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5475d83f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5475d83f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5475d83f Branch: refs/heads/camel-2.16.x Commit: 5475d83f593495393ba2fe2faecb3d6006a82707 Parents: 32b2cd5 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu May 5 12:18:06 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu May 5 12:18:06 2016 +0200 ---------------------------------------------------------------------- components/camel-dozer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5475d83f/components/camel-dozer/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml index 0f789aa..5a69e8d 100644 --- a/components/camel-dozer/pom.xml +++ b/components/camel-dozer/pom.xml @@ -26,7 +26,7 @@ </parent> <artifactId>camel-dozer</artifactId> - <packaging>jar</packaging> + <packaging>bundle</packaging> <name>Camel :: Dozer</name> <description>Camel Support for the Dozer type conversion framework</description>