This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch LOG4J2-3628 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 41321570e77e86e4c1ab06fb55e2f095ff24ef9c Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Nov 23 15:30:48 2022 +0100 LOG4J2-3628 Fix module import order. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af7ac4f08f..f3b4c5946a 100644 --- a/pom.xml +++ b/pom.xml @@ -1712,6 +1712,7 @@ <module>log4j-couchdb</module> <module>log4j-docker</module> <module>log4j-flume-ng</module> + <module>log4j-internal-util</module> <module>log4j-iostreams</module> <module>log4j-jakarta-smtp</module> <module>log4j-jakarta-web</module> @@ -1738,7 +1739,6 @@ <module>log4j-to-slf4j</module> <module>log4j-to-jul</module> <module>log4j-web</module> - <module>log4j-internal-util</module> </modules> <profiles> <profile>
