This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch 4.19-fix-test_vm_autoscaling in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 2c2268297623f19178c104c8417406f9e0568a32 Author: Wei Zhou <[email protected]> AuthorDate: Fri Aug 25 08:06:38 2023 +0200 fix cloudstack-utils.jar --- utils/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/pom.xml b/utils/pom.xml index 46897031d14..14b05c8706b 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -269,6 +269,8 @@ <include>commons-codec:commons-codec</include> <include>org.apache.commons:commons-lang3</include> <include>org.jasypt:jasypt</include> + <include>org.apache.logging.log4j:log4j-core</include> + <include>org.apache.logging.log4j:log4j-api</include> </includes> </artifactSet> </configuration>
