From 2c47d331ebcb470cdc28dc628a9b6d90e1c41022 Mon Sep 17 00:00:00 2001 From: Ralf Hergert Date: Thu, 7 Dec 2017 11:20:57 +0100 Subject: [PATCH] adapted to changed dependencies in SDK version 1.4.15 --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6091aa8..9d6387a 100644 --- a/build.gradle +++ b/build.gradle @@ -16,10 +16,7 @@ sourceCompatibility = 1.7 dependencies { compile 'cd.go.plugin:go-plugin-api:17.9.+' - compile('com.hpe.adm.octane.ciplugins:integrations-sdk:1.4.14') { - exclude group:'org.apache.httpcomponents' - exclude module:'integrations-dto' // all DTOs are already included in the SDK - } + compile('com.hpe.adm.octane.ciplugins:integrations-sdk:1.4.+') compile 'com.google.code.gson:gson:2.8.+' compile 'org.apache.httpcomponents:httpclient:4.5.2' // this httpclient is also contained in the SDK, but some classes of it are missing, so we need to have the original file.