Skip to content

Commit dbee39e

Browse files
Merge pull request #175 from lewisheadden/CredentialProvider
Consolidate logic from Config into ClientBuilder
2 parents 3b9000b + 31cafd4 commit dbee39e

24 files changed

+696
-536
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ hs_err_pid*
2424
.idea
2525
*.iml
2626

27+
.DS_Store

util/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
<version>4.12</version>
5959
<scope>test</scope>
6060
</dependency>
61+
<dependency>
62+
<groupId>org.mockito</groupId>
63+
<artifactId>mockito-core</artifactId>
64+
<version>2.13.0</version>
65+
<scope>test</scope>
66+
</dependency>
6167
<dependency>
6268
<groupId>com.github.stefanbirkner</groupId>
6369
<artifactId>system-rules</artifactId>

0 commit comments

Comments
 (0)