Skip to content

Commit 8c1801c

Browse files
committed
Fix broken test
java.lang.ClassNotFoundException: org.apache.http.conn.SchemePortResolver
1 parent d8dd2bf commit 8c1801c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests

arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
<version>1.10.19</version>
4646
<scope>test</scope>
4747
</dependency>
48+
49+
<dependency>
50+
<groupId>org.apache.httpcomponents</groupId>
51+
<artifactId>httpclient</artifactId>
52+
<version>4.5.14</version>
53+
</dependency>
4854
</dependencies>
4955

5056
<build>

0 commit comments

Comments
 (0)