|
|
@@ -17,7 +17,6 @@
|
|
|
<artifactId>docker-java</artifactId>
|
|
|
<version>3.2.12</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>com.github.docker-java</groupId>
|
|
|
<artifactId>docker-java-transport-httpclient5</artifactId>
|
|
|
@@ -35,31 +34,17 @@
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
<version>3.7</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
<version>1.19</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>commons-io</groupId>
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
<version>2.6</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- <version>4.5.8</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpmime</artifactId>
|
|
|
- <version>4.5.8</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
<artifactId>oshi-core</artifactId>
|