This is an automated email from the ASF dual-hosted git repository. lahirujayathilake pushed a commit to branch cybershuttle-fixes in repository https://gitbox.apache.org/repos/asf/airavata.git
commit 41bd369882dd4efbc8ec03556a7a44478c8bf081 Author: lahiruj <[email protected]> AuthorDate: Tue Oct 15 18:44:55 2024 -0400 remove incompatible httpclient version to align with resteasy-client --- airavata-services/profile-service/iam-admin-services-core/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/airavata-services/profile-service/iam-admin-services-core/pom.xml b/airavata-services/profile-service/iam-admin-services-core/pom.xml index 35c4d94594..d055c21662 100644 --- a/airavata-services/profile-service/iam-admin-services-core/pom.xml +++ b/airavata-services/profile-service/iam-admin-services-core/pom.xml @@ -40,12 +40,6 @@ <artifactId>commons-httpclient</artifactId> <version>3.1</version> </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient --> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.5.2</version> - </dependency> <!-- https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-client --> <dependency> <groupId>org.jboss.resteasy</groupId>
