Dependency tweaks for the IamAdminServices Keycloak client
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d0f3f5c9 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d0f3f5c9 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/d0f3f5c9 Branch: refs/heads/master Commit: d0f3f5c912e4ae78cf342f07d27401e9a060ee69 Parents: 3f40431 Author: Marcus Christie <[email protected]> Authored: Thu May 4 16:46:10 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Thu May 4 16:46:10 2017 -0400 ---------------------------------------------------------------------- modules/distribution/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/d0f3f5c9/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 16e4cfb..7eb50d0 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -243,6 +243,13 @@ <groupId>org.apache.airavata</groupId> <artifactId>airavata-api-server</artifactId> <version>${project.version}</version> + <!-- This httpcore version prevents IamAdminServices Keycloak REST client from working --> + <exclusions> + <exclusion> + <groupId>org.apache.httpcomponents.wso2</groupId> + <artifactId>httpcore</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.airavata</groupId> @@ -509,6 +516,12 @@ <artifactId>profile-service-server</artifactId> <version>${project.version}</version> </dependency> + <!-- Needed for IamAdminServices Keycloak client --> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.2</version> + </dependency> <!-- ======================== Sample =================== --> <dependency> <groupId>org.apache.airavata</groupId>
