This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-10.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit ea5b5b6d853125ad9807b67fd72fe6a0e1675a9b 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 (cherry picked from commit 8c1801caef4d77c1f5cd8236fa39a763d23c44f1) --- .../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 54edb645c0..be29859c86 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>
