Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 28, 2021
2 parents 74fcbf3 + 07e17f9 commit b8562fb
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,12 +596,9 @@
<version>2.1.1</version>
</dependency>
<dependency>
<!-- In LDAP/AD connector we use custom build of HTTP client with CredSSP support.
As AD/LDAP connector is bundled then this triggers a conflict in dependency convergence.
Therefore explicitly use the custom version. -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3.e3</version>
<version>4.5.13</version>
<exclusions>
<!-- replaced by org.slf4j:jcl-over-slf4j -->
<exclusion>
Expand All @@ -611,12 +608,9 @@
</exclusions>
</dependency>
<dependency>
<!-- In LDAP/AD connector we use custom build of HTTP client with CredSSP support.
As AD/LDAP connector is bundled then this triggers a conflict in dependency convergence.
Therefore explicitly use the custom version. -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.6</version>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down Expand Up @@ -717,16 +711,12 @@
<version>${cxf.version}</version>
<exclusions>
<exclusion>
<!-- In LDAP/AD connector we use custom build of HTTP client with CredSSP support.
As AD/LDAP connector is bundled then this triggers a conflict in dependency convergence.
Therefore explicitly use the custom version. -->
<!-- use custom version -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<!-- In LDAP/AD connector we use custom build of HTTP client with CredSSP support.
As AD/LDAP connector is bundled then this triggers a conflict in dependency convergence.
Therefore explicitly use the custom version. -->
<!-- use custom version -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
Expand Down

0 comments on commit b8562fb

Please sign in to comment.