Skip to content

Commit

Permalink
Add jcl-over-slf4j managed entry
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Dec 18, 2020
1 parent beaed11 commit bb6e314
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@
<artifactId>httpclient</artifactId>
<version>${v.httpclient}</version>
</dependency>
<!--
<dependency>
&lt;!&ndash;Manual enforcement due to security issues and lack of convergence transitively&ndash;&gt;
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${v.httpclient}</version>
</dependency>
-->

<dependency>
<groupId>javax.servlet.jsp.jstl</groupId>
Expand Down Expand Up @@ -235,6 +227,11 @@
<artifactId>slf4j-simple</artifactId>
<version>${v.slf4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${v.slf4j}</version>
</dependency>
<dependency>
<!--CQ 6733-->
<groupId>org.apache.wink</groupId>
Expand Down

0 comments on commit bb6e314

Please sign in to comment.