Skip to content

Commit 70b0ca3

Browse files
authored
Merge pull request #9 from pjdarton/delegatingdockerclient
Add DelegatingDockerClient
2 parents b19a882 + 1295d3d commit 70b0ca3

File tree

3 files changed

+684
-0
lines changed

3 files changed

+684
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<changelist>999999-SNAPSHOT</changelist>
2929
<jenkins.version>1.609.1</jenkins.version>
3030
<java.level>8</java.level>
31+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3132
<hpi.compatibleSinceVersion>3.1</hpi.compatibleSinceVersion>
3233
</properties>
3334

@@ -126,5 +127,18 @@
126127
<artifactId>jackson2-api</artifactId>
127128
<version>2.6.4</version>
128129
</dependency>
130+
131+
<dependency>
132+
<groupId>org.hamcrest</groupId>
133+
<artifactId>hamcrest-core</artifactId>
134+
<version>2.2</version>
135+
<scope>test</scope>
136+
</dependency>
137+
<dependency>
138+
<groupId>org.mockito</groupId>
139+
<artifactId>mockito-core</artifactId>
140+
<version>2.10.0</version>
141+
<scope>test</scope>
142+
</dependency>
129143
</dependencies>
130144
</project>

0 commit comments

Comments
 (0)