Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
updating to hub-common 14.1.2-SNAPSHOT and fixing HubManager method
Browse files Browse the repository at this point in the history
calls
  • Loading branch information
jrichard committed Aug 23, 2017
1 parent 8d1adff commit 8d13937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ repositories {
}

dependencies {
compile 'com.blackducksoftware.integration:phone-home-api:4.0.0'
compile 'com.blackducksoftware.integration:hub-detect-model:0.0.3'
compile 'com.blackducksoftware.integration:hub-common:14.1.1'
compile 'com.blackducksoftware.integration:hub-common:14.1.2-SNAPSHOT'
compile 'org.springframework.boot:spring-boot-starter'
compile 'org.apache.maven.shared:maven-invoker:3.0.0'
compile 'com.esotericsoftware.yamlbeans:yamlbeans:1.11'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class HubManager {
projectVersionView = scanProject
}
}
if (detectConfiguration.getPolicyCheck() || detectConfiguration.getRiskreportPdf() || detectConfiguration.getNoticesReport()) {
if (detectConfiguration.getPolicyCheck() || detectConfiguration.getRiskreportPdf() || detectConfiguration.getNoticeReport()) {
waitForBomUpdate(hubServicesFactory.createProjectDataService(slf4jIntLogger), hubServicesFactory.createCodeLocationRequestService(slf4jIntLogger), hubServicesFactory.createMetaService(slf4jIntLogger),
hubServicesFactory.createScanSummaryRequestService(), hubServicesFactory.createScanStatusDataService(slf4jIntLogger, detectConfiguration.getPolicyCheckTimeout()), projectVersionView)
}
Expand Down

0 comments on commit 8d13937

Please sign in to comment.