Skip to content

Commit 4f854ba

Browse files
aajisakaHarshitGupta11
authored andcommitted
Revert "YARN-11068. Exclude transitive log4j2 dependency coming from solr 8. (apache#3936)"
This reverts commit 1c01944.
1 parent ee5206b commit 4f854ba

File tree

2 files changed

+0
-43
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp

2 files changed

+0
-43
lines changed

LICENSE-binary

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@ org.apache.kerby:kerby-pkix:1.0.1
321321
org.apache.kerby:kerby-util:1.0.1
322322
org.apache.kerby:kerby-xdr:1.0.1
323323
org.apache.kerby:token-provider:1.0.1
324-
org.apache.solr:solr-solrj:8.8.2
325-
org.apache.solr:solr-core:8.8.2
326-
org.apache.solr:solr-test-framework:8.8.2
327324
org.apache.yetus:audience-annotations:0.5.0
328325
org.apache.zookeeper:zookeeper:3.6.3
329326
org.codehaus.jackson:jackson-core-asl:1.9.13

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -168,26 +168,6 @@
168168
<groupId>org.eclipse.jetty</groupId>
169169
<artifactId>jetty-client</artifactId>
170170
</exclusion>
171-
<exclusion>
172-
<groupId>org.apache.logging.log4j</groupId>
173-
<artifactId>log4j-1.2-api</artifactId>
174-
</exclusion>
175-
<exclusion>
176-
<groupId>org.apache.logging.log4j</groupId>
177-
<artifactId>log4j-api</artifactId>
178-
</exclusion>
179-
<exclusion>
180-
<groupId>org.apache.logging.log4j</groupId>
181-
<artifactId>log4j-core</artifactId>
182-
</exclusion>
183-
<exclusion>
184-
<groupId>org.apache.logging.log4j</groupId>
185-
<artifactId>log4j-slf4j-impl</artifactId>
186-
</exclusion>
187-
<exclusion>
188-
<groupId>org.apache.logging.log4j</groupId>
189-
<artifactId>log4j-web</artifactId>
190-
</exclusion>
191171
</exclusions>
192172
<scope>test</scope>
193173
</dependency>
@@ -217,26 +197,6 @@
217197
<groupId>org.eclipse.jetty</groupId>
218198
<artifactId>jetty-client</artifactId>
219199
</exclusion>
220-
<exclusion>
221-
<groupId>org.apache.logging.log4j</groupId>
222-
<artifactId>log4j-1.2-api</artifactId>
223-
</exclusion>
224-
<exclusion>
225-
<groupId>org.apache.logging.log4j</groupId>
226-
<artifactId>log4j-api</artifactId>
227-
</exclusion>
228-
<exclusion>
229-
<groupId>org.apache.logging.log4j</groupId>
230-
<artifactId>log4j-core</artifactId>
231-
</exclusion>
232-
<exclusion>
233-
<groupId>org.apache.logging.log4j</groupId>
234-
<artifactId>log4j-slf4j-impl</artifactId>
235-
</exclusion>
236-
<exclusion>
237-
<groupId>org.apache.logging.log4j</groupId>
238-
<artifactId>log4j-web</artifactId>
239-
</exclusion>
240200
</exclusions>
241201
<scope>test</scope>
242202
</dependency>

0 commit comments

Comments
 (0)