Skip to content

Commit 00c753f

Browse files
committed
Add httpclient for KeepAliveFeature
1 parent 0723dd7 commit 00c753f

File tree

1 file changed

+6
-0
lines changed
  • connectivity/connectivity-demos

1 file changed

+6
-0
lines changed

connectivity/connectivity-demos/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<groupId>com.axonivy.ivy.api</groupId>
2525
<artifactId>ivy-api</artifactId>
2626
</dependency>
27+
28+
<!-- For KeepAliveFeature -->
29+
<dependency>
30+
<groupId>org.apache.httpcomponents</groupId>
31+
<artifactId>httpclient</artifactId>
32+
</dependency>
2733
</dependencies>
2834
<repositories>
2935
<repository>

0 commit comments

Comments
 (0)