Skip to content

Commit

Permalink
adapted to changed dependencies in SDK version 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhergert committed Dec 7, 2017
1 parent ad0b788 commit 2c47d33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2c47d33

Please sign in to comment.