This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/master by this push: new 1f8c031 log4j v1 was removed from camel bom 1f8c031 is described below commit 1f8c031bfcab5250e8a04d12ff25f4c61417f72b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Aug 11 15:15:34 2020 +0200 log4j v1 was removed from camel bom --- examples/camel-example-hazelcast-kubernetes/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-hazelcast-kubernetes/pom.xml b/examples/camel-example-hazelcast-kubernetes/pom.xml index 62bce4a..a8c9b02 100644 --- a/examples/camel-example-hazelcast-kubernetes/pom.xml +++ b/examples/camel-example-hazelcast-kubernetes/pom.xml @@ -87,7 +87,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>${log4j-version}</version> + <version>1.2.17</version> </dependency> </dependencies>