Compare commits

...

2 Commits

Author SHA1 Message Date
Suneet Gupta
f21056f7c1 Added http dependency 2021-10-23 11:22:23 +05:30
Suneet Gupta
249a01014e Added http dependency 2021-10-23 11:10:59 +05:30

View File

@@ -37,6 +37,11 @@
<skipTests>${skip.automationtests}</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
</plugin>
</plugins>
</build>
</project>