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 04252c0a21 NO-ISSUE: Remove `io.github.bonigarcia:webdrivermanager`
unused dependency (#6349)
04252c0a21 is described below
commit 04252c0a21c69612953ac9d27c6004c4538e02c2
Author: Yeser Amer <[email protected]>
AuthorDate: Tue May 20 15:26:39 2025 +0200
NO-ISSUE: Remove `io.github.bonigarcia:webdrivermanager` unused dependency
(#6349)
---
build-parent/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 2ab5cc61d8..fb772033a3 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -210,7 +210,6 @@
<jacoco.exec.file>${project.root.dir}/target/jacoco.exec</jacoco.exec.file>
<version.org.awaitility>4.2.0</version.org.awaitility>
- <version.io.github.bonigarcia>5.1.1</version.io.github.bonigarcia>
<!-- DROOLS-7140 Drools 8 enforce JDK and Maven versions as a rule -->
<version.jdk>${maven.compiler.release}</version.jdk>
@@ -1108,13 +1107,6 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>io.github.bonigarcia</groupId>
- <artifactId>webdrivermanager</artifactId>
- <version>${version.io.github.bonigarcia}</version>
- <scope>test</scope>
- </dependency>
-
<!-- Used inside kie-ci -->
<dependency>
<groupId>com.google.guava</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]