This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 8c1801caef Fix broken test
8c1801caef is described below
commit 8c1801caef4d77c1f5cd8236fa39a763d23c44f1
Author: Mark Struberg <[email protected]>
AuthorDate: Sun Jul 5 23:59:42 2026 +0200
Fix broken test
java.lang.ClassNotFoundException: org.apache.http.conn.SchemePortResolver
---
.../arquillian-tomee-webprofile-tests/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
index f0622495ae..7ac5703c42 100644
---
a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
+++
b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
@@ -45,6 +45,12 @@
<version>1.10.19</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.14</version>
+ </dependency>
</dependencies>
<build>