This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/1.5.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit 68ecfc9fd026bf376f947287f9243699c3117329 Author: Volkan Yazıcı <[email protected]> AuthorDate: Sat Aug 3 10:28:18 2024 +0200 Don't create dependency reduced POM for benchmark JAR --- log4j-api-kotlin-benchmark/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/log4j-api-kotlin-benchmark/pom.xml b/log4j-api-kotlin-benchmark/pom.xml index 6b64a0a..3811efb 100644 --- a/log4j-api-kotlin-benchmark/pom.xml +++ b/log4j-api-kotlin-benchmark/pom.xml @@ -167,6 +167,7 @@ </goals> <phase>package</phase> <configuration> + <createDependencyReducedPom>false</createDependencyReducedPom> <finalName>${uberjar.name}</finalName> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
