Skip to content

fix: Dependency convergence issues (V8)#2243

Merged
Ansku merged 4 commits into
5.4from
updatePom20260508v8s4_2
May 11, 2026
Merged

fix: Dependency convergence issues (V8)#2243
Ansku merged 4 commits into
5.4from
updatePom20260508v8s4_2

Conversation

@Ansku
Copy link
Copy Markdown
Member

@Ansku Ansku commented May 8, 2026

If the Selenium version is overridden in a project using this add-on, following dependencies might need to be excluded from the TestBench dependency:

            <exclusions>
                <exclusion>
                    <groupId>org.asynchttpclient</groupId>
                    <artifactId>async-http-client</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.typesafe.netty</groupId>
                    <artifactId>netty-reactive-streams</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>io.netty</groupId>
                    <artifactId>*</artifactId>
                </exclusion>
            </exclusions>

If the Selenium version is overridden in a project using this add-on,
following properties might also need to be overridden:
`asynchttpclient.version`, `com.typesafe.netty.version`,
`io.netty.version`.
@Ansku Ansku requested a review from thevaadinman May 8, 2026 16:20
@Ansku Ansku merged commit 81b3981 into 5.4 May 11, 2026
4 checks passed
@Ansku Ansku deleted the updatePom20260508v8s4_2 branch May 11, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants