From 80e5a4756ca97a52709922956b586fda11377bc5 Mon Sep 17 00:00:00 2001 From: doufenghu Date: Wed, 6 Mar 2024 20:26:08 +0800 Subject: [Feature][Test] Add TestContainner lib for end-to-end testing. Add test-common and test-e2e-base submodules. Support Inline to Print test in Flink13 Container. --- groot-bootstrap/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'groot-bootstrap') diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index 6f6b5f6..62c2dc8 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -156,6 +156,29 @@ ${project.artifactId} + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-starter-logging-package-for-e2e + + copy-dependencies + + package + + false + org.slf4j,org.apache.logging.log4j + slf4j-api,jcl-over-slf4j,log4j-slf4j-impl,log4j-api,log4j-core + ${project.build.directory}/logging-e2e + + + + + + -- cgit v1.2.3