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/6d818271 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6d818271 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6d818271 Branch: refs/heads/camel-2.17.x Commit: 6d8182719d974d82941951cbcf11b09e49cd66cb Parents: b47ecc8 Author: Claus Ibsen <[email protected]> Authored: Thu May 5 12:18:06 2016 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu May 5 12:18:24 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/6d818271/components/camel-dozer/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml index 2b82150..03ca8c8 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>
