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 78985e7  log4j v1 was removed from camel bom
78985e7 is described below

commit 78985e790fc2e17bd4568da40f6f44afae8f5a6c
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Aug 11 15:14:41 2020 +0200

    log4j v1 was removed from camel bom
---
 examples/camel-example-cassandra-kubernetes/pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/examples/camel-example-cassandra-kubernetes/pom.xml 
b/examples/camel-example-cassandra-kubernetes/pom.xml
index c6d4cc5..d661537 100644
--- a/examples/camel-example-cassandra-kubernetes/pom.xml
+++ b/examples/camel-example-cassandra-kubernetes/pom.xml
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>${log4j-version}</version>
+            <version>1.2.17</version>
         </dependency>
     </dependencies>
     <build>
@@ -163,9 +163,6 @@
                             </execution>
                         </executions>
                     </plugin>
-
-
-
                 </plugins>
             </build>
         </profile>

Reply via email to