Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 0b172c5

Browse files
committed
pom: fix dependency convergence for common-logging
exclude older version from esper due to new convergence checks
1 parent 1198115 commit 0b172c5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
<groupId>com.espertech</groupId>
6565
<artifactId>esper</artifactId>
6666
<version>5.3.0</version>
67+
<exclusions>
68+
<exclusion>
69+
<!-- Conflicts with version included by httpclient/httpasyncclient -->
70+
<artifactId>commons-logging</artifactId>
71+
<groupId>commons-logging</groupId>
72+
</exclusion>
73+
</exclusions>
6774
</dependency>
6875
<dependency>
6976
<groupId>com.jayway.jsonpath</groupId>

0 commit comments

Comments
 (0)