Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #64 from blackducksoftware/vulnerabilityCaching
Browse files Browse the repository at this point in the history
Vulnerability caching, CodeTreeHelper fix
  • Loading branch information
Steve Billings committed Jul 8, 2016
2 parents 7bf9e9e + 2f32202 commit 1710cab
Show file tree
Hide file tree
Showing 11 changed files with 2,346 additions and 1,764 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.blackducksoftware.tools</groupId>
<artifactId>cf-7x-connector</artifactId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>

<name>CommonFramework 7.x Connector</name>
<description>A connector for the 7.X SDK to be used in conjunction with the Common Framework Base project</description>
Expand Down Expand Up @@ -114,17 +114,19 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.7</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 1710cab

Please sign in to comment.