File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/org/apache/logging/log4j/appserver/jetty Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
<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" >
19
+
19
20
<modelVersion >4.0.0</modelVersion >
21
+
20
22
<parent >
21
23
<groupId >org.apache.logging.log4j</groupId >
22
24
<artifactId >log4j</artifactId >
30
32
<description >Provide Log4j as the logging implementation for application servers</description >
31
33
32
34
<properties >
33
- <log4jParentDir >${basedir}/..</log4jParentDir >
34
35
35
36
<!--
36
37
~ OSGi and JPMS options
69
70
<artifactId >log4j-api</artifactId >
70
71
</dependency >
71
72
</dependencies >
72
-
73
73
</project >
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ public Log4j2Logger() {
71
71
}
72
72
73
73
public Log4j2Logger (final String name ) {
74
- super ();
75
74
this .name = name ;
76
75
this .logger = PrivateManager .getLogger (name );
77
76
}
You can’t perform that action at this time.
0 commit comments