Skip to content

Commit

Permalink
remove log4j stuff from components-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed Sep 23, 2019
1 parent 4b7fd09 commit 9867837
Showing 1 changed file with 21 additions and 36 deletions.
57 changes: 21 additions & 36 deletions components-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,24 +117,24 @@
<version>1.4.1.RC2</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>org.apache.solr</groupId>-->
<!-- <artifactId>solr-core</artifactId>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>httpclient</artifactId>-->
<!-- <groupId>org.apache.httpcomponents</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>httpcore</artifactId>-->
<!-- <groupId>org.apache.httpcomponents</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>httpmime</artifactId>-->
<!-- <groupId>org.apache.httpcomponents</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->
<!-- <dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<exclusions>
<exclusion>
<artifactId>httpclient</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
<exclusion>
<artifactId>httpcore</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
<exclusion>
<artifactId>httpmime</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
</exclusions>
</dependency>-->



Expand Down Expand Up @@ -194,28 +194,13 @@
</dependency>-->


<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>

<!--This is the bridge that ties calls to the slf4j api to the log4j framework. This is a runtime dependency for programs which wish to use log4j as their implementation.-->
<!-- <dependency>
<!--
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.11</version>
<scope>runtime</scope>
</dependency>-->

<!-- This is the concrete implementation of the log4j framework - it is a runtime dependency that needs to be used with the slf4j-log4j12 dependency -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
-->

<!-- <dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 9867837

Please sign in to comment.