Revert "Moved assertj version to parent pom.xml" This reverts commit 1305ce4c7b2601230c428655ade3901c0ef21cf5.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bf436637 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bf436637 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bf436637 Branch: refs/heads/master Commit: bf4366374fd716d9633e98c11f1238cc4ecf8fdb Parents: 6b42082 Author: Andrea Cosentino <anco...@gmail.com> Authored: Fri Nov 25 12:50:07 2016 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Nov 25 12:50:07 2016 +0100 ---------------------------------------------------------------------- components/camel-firebase/pom.xml | 2 +- components/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bf436637/components/camel-firebase/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-firebase/pom.xml b/components/camel-firebase/pom.xml index c5944dd..9521fb9 100644 --- a/components/camel-firebase/pom.xml +++ b/components/camel-firebase/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> - <version>${assertj-core.version}</version> + <version>3.5.2</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/camel/blob/bf436637/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index bd9e707..8f7d0e5 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -276,7 +276,6 @@ <module>camel-zipfile</module> <module>camel-zipkin</module> <module>camel-zookeeper</module> - <module>camel-firebase</module> </modules>