This is an automated email from the ASF dual-hosted git repository.
yamer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new e2c26cf465 removing redundant lz4 (#6616)
e2c26cf465 is described below
commit e2c26cf465d77fb30ab0c161fb3b73aa7ee622d0
Author: Nithin R Krishnan <[email protected]>
AuthorDate: Sat Mar 7 00:52:39 2026 +0530
removing redundant lz4 (#6616)
Co-authored-by: Nithin R Krishnan <[email protected]>
---
build-parent/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index f5d7d80920..e7e7a67e75 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -223,7 +223,6 @@
<version.archunit.junit5>1.4.0</version.archunit.junit5>
<version.io.vertx>4.5.23</version.io.vertx>
- <version.at.yawk.lz4.java>1.10.1</version.at.yawk.lz4.java>
</properties>
<dependencyManagement>
@@ -234,11 +233,6 @@
<artifactId>vertx-web</artifactId>
<version>${version.io.vertx}</version>
</dependency>
- <dependency>
- <groupId>at.yawk.lz4</groupId>
- <artifactId>lz4-java</artifactId>
- <version>${version.at.yawk.lz4.java}</version>
- </dependency>
<!-- Version overrides to fix vulnerabilities - end -->
<!-- Keep in sync with groupId org.slf4j -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]