File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/org/apache/logging/log4j/docker Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 23
23
<version >${revision} </version >
24
24
<relativePath >../log4j-parent</relativePath >
25
25
</parent >
26
-
27
26
<artifactId >log4j-docker</artifactId >
28
27
<packaging >jar</packaging >
29
28
<name >Apache Log4j Docker Library</name >
30
29
<description >Apache Log4j Docker Support</description >
31
30
<properties >
32
- <log4jParentDir >${basedir}/..</log4jParentDir >
33
31
34
32
<!--
35
33
~ OSGi and JPMS options
89
87
90
88
</plugins >
91
89
</build >
90
+
92
91
</project >
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ public DockerLookup() {
63
63
Container current = null ;
64
64
try {
65
65
final URL url = new URL (baseUri + "/containers/json" );
66
-
67
66
if (url .getProtocol ().equals (HTTP )) {
68
67
final String macAddr = NetUtils .getMacAddressString ();
69
68
final ObjectMapper objectMapper = new ObjectMapper ();
You can’t perform that action at this time.
0 commit comments