Skip to content

Commit

Permalink
Merge pull request #9 from pjdarton/delegatingdockerclient
Browse files Browse the repository at this point in the history
Add DelegatingDockerClient
  • Loading branch information
ericcitaire authored Apr 13, 2022
2 parents b19a882 + 1295d3d commit 70b0ca3
Show file tree
Hide file tree
Showing 3 changed files with 684 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>1.609.1</jenkins.version>
<java.level>8</java.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hpi.compatibleSinceVersion>3.1</hpi.compatibleSinceVersion>
</properties>

Expand Down Expand Up @@ -126,5 +127,18 @@
<artifactId>jackson2-api</artifactId>
<version>2.6.4</version>
</dependency>

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

0 comments on commit 70b0ca3

Please sign in to comment.