Skip to content

Commit f9d68cd

Browse files
[ALIEN-3747] elastic-mapping-parent should not use or depend on log4j
1 parent da7a146 commit f9d68cd

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

elasticsearch-mapping/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,6 @@
9898
<version>${commons-beanutils.version}</version>
9999
</dependency>
100100
<!-- Logging -->
101-
<dependency>
102-
<groupId>org.apache.logging.log4j</groupId>
103-
<artifactId>log4j-api</artifactId>
104-
<version>${log4j.version}</version>
105-
</dependency>
106-
<dependency>
107-
<groupId>org.apache.logging.log4j</groupId>
108-
<artifactId>log4j-core</artifactId>
109-
<version>${log4j.version}</version>
110-
</dependency>
111-
<dependency>
112-
<groupId>org.apache.logging.log4j</groupId>
113-
<artifactId>log4j-slf4j-impl</artifactId>
114-
<version>${log4j.version}</version>
115-
</dependency>
116101
<dependency>
117102
<groupId>org.slf4j</groupId>
118103
<artifactId>slf4j-api</artifactId>

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<guava.version>19.0</guava.version>
2222
<lombok.version>1.18.16</lombok.version>
2323
<!-- Logging -->
24-
<log4j.version>2.8.2</log4j.version>
2524
<slf4j.version>1.7.24</slf4j.version>
2625

2726
<java.version>15</java.version>
@@ -124,21 +123,6 @@
124123
<version>${lombok.version}</version>
125124
</dependency>
126125
<!-- Logging -->
127-
<dependency>
128-
<groupId>org.apache.logging.log4j</groupId>
129-
<artifactId>log4j-api</artifactId>
130-
<version>${log4j.version}</version>
131-
</dependency>
132-
<dependency>
133-
<groupId>org.apache.logging.log4j</groupId>
134-
<artifactId>log4j-core</artifactId>
135-
<version>${log4j.version}</version>
136-
</dependency>
137-
<dependency>
138-
<groupId>org.apache.logging.log4j</groupId>
139-
<artifactId>log4j-slf4j-impl</artifactId>
140-
<version>${log4j.version}</version>
141-
</dependency>
142126
<dependency>
143127
<groupId>org.slf4j</groupId>
144128
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)