File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34
45 <parent >
8485 <version >${jackson-jaxrs.version} </version >
8586 </dependency >
8687 <dependency >
87- <groupId >org.glassfish.jersey.connectors</groupId >
88+ <groupId >org.glassfish.jersey.connectors</groupId >
8889 <artifactId >jersey-apache-connector</artifactId >
8990 <version >${jersey.version} </version >
9091 </dependency >
100101 </dependency >
101102 <dependency >
102103 <groupId >de.gesellix</groupId >
103- <artifactId >unix-socket-factory</artifactId >
104- <version >${unix-socket-factory.version} </version >
104+ <artifactId >unix-socket-factory</artifactId >
105+ <version >${unix-socket-factory.version} </version >
105106 </dependency >
106107
107108 <dependency >
129130 <artifactId >slf4j-api</artifactId >
130131 <version >${slf4j-api.version} </version >
131132 </dependency >
133+ <dependency >
134+ <groupId >org.slf4j</groupId >
135+ <artifactId >jcl-over-slf4j</artifactId >
136+ <version >1.7.12</version >
137+ </dependency >
138+
132139 <dependency >
133140 <groupId >com.google.guava</groupId >
134141 <artifactId >guava</artifactId >
189196 <scope >test</scope >
190197 </dependency >
191198 </dependencies >
192-
199+
193200 <distributionManagement >
194201 <snapshotRepository >
195202 <id >ossrh</id >
Original file line number Diff line number Diff line change 88
99 <logger name =" com.github.dockerjava" level =" INFO" />
1010 <logger name =" com.github.dockerjava.jaxrs" level =" DEBUG" />
11+ <logger name =" org.apache.http.impl.conn" level =" DEBUG" />
12+
1113
1214 <root level =" INFO" >
1315 <appender-ref ref =" STDOUT" />
You can’t perform that action at this time.
0 commit comments