Added missing commons-lang2 dependency
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6ad1db76 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6ad1db76 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6ad1db76 Branch: refs/heads/master Commit: 6ad1db766810b9794bed54c720f19084b464e9ca Parents: da4f500 Author: Dhiraj Bokde <dhira...@yahoo.com> Authored: Tue Jul 1 15:56:57 2014 -0700 Committer: Dhiraj Bokde <dhira...@yahoo.com> Committed: Tue Jul 1 15:56:57 2014 -0700 ---------------------------------------------------------------------- components/camel-box/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6ad1db76/components/camel-box/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-box/pom.xml b/components/camel-box/pom.xml index 2f039ae..f01a53b 100644 --- a/components/camel-box/pom.xml +++ b/components/camel-box/pom.xml @@ -123,6 +123,11 @@ <artifactId>commons-lang3</artifactId> <version>${commons-lang3-version}</version> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>${commons-lang-version}</version> + </dependency> <!-- Camel annotations in provided scope to avoid compile errors in IDEs --> <dependency>