From 0ad1b00bf43fd52367962bad7f252b519a3df72b Mon Sep 17 00:00:00 2001 From: csviri Date: Fri, 10 Dec 2021 09:50:08 +0100 Subject: [PATCH 1/2] fix: dependendcy, build, (except spring boot) --- pom.xml | 2 +- sample-operators/mysql-schema/pom.xml | 1 - sample-operators/tomcat-operator/pom.xml | 1 - smoke-test-samples/pom.xml | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f9c4b8db49..fe9a567707 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 5.8.2 5.10.1 1.7.32 - 2.14.1 + 2.15.0 4.1.0 3.12.0 1.0.1 diff --git a/sample-operators/mysql-schema/pom.xml b/sample-operators/mysql-schema/pom.xml index 531ac1a943..8693cf6154 100644 --- a/sample-operators/mysql-schema/pom.xml +++ b/sample-operators/mysql-schema/pom.xml @@ -45,7 +45,6 @@ org.apache.logging.log4j log4j-slf4j-impl - 2.13.3 org.junit.jupiter diff --git a/sample-operators/tomcat-operator/pom.xml b/sample-operators/tomcat-operator/pom.xml index 52fdc81cc6..85edf9bbaf 100644 --- a/sample-operators/tomcat-operator/pom.xml +++ b/sample-operators/tomcat-operator/pom.xml @@ -35,7 +35,6 @@ org.apache.logging.log4j log4j-slf4j-impl - 2.13.3 org.takes diff --git a/smoke-test-samples/pom.xml b/smoke-test-samples/pom.xml index 566fbd98be..6d2509ed4c 100644 --- a/smoke-test-samples/pom.xml +++ b/smoke-test-samples/pom.xml @@ -17,7 +17,7 @@ common pure-java - spring-boot-plain + From 33693dc9915d6cc9adfa2b6a4bc67e7a10c817df Mon Sep 17 00:00:00 2001 From: csviri Date: Fri, 10 Dec 2021 10:40:12 +0100 Subject: [PATCH 2/2] fix: spring boot build --- smoke-test-samples/pom.xml | 2 +- smoke-test-samples/spring-boot-plain/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/smoke-test-samples/pom.xml b/smoke-test-samples/pom.xml index 6d2509ed4c..566fbd98be 100644 --- a/smoke-test-samples/pom.xml +++ b/smoke-test-samples/pom.xml @@ -17,7 +17,7 @@ common pure-java - + spring-boot-plain diff --git a/smoke-test-samples/spring-boot-plain/pom.xml b/smoke-test-samples/spring-boot-plain/pom.xml index de64a684e5..ce82ac6b2d 100644 --- a/smoke-test-samples/spring-boot-plain/pom.xml +++ b/smoke-test-samples/spring-boot-plain/pom.xml @@ -45,6 +45,11 @@ + + org.apache.logging.log4j + log4j-api + ${log4j.version} +