Skip to content

Commit

Permalink
Exclude commons-configuration dep from bookkeeper-allocator-common (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Jul 24, 2020
1 parent a955ba1 commit d75cbb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pulsar-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-common-allocator</artifactId>
<exclusions>
<exclusion>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit d75cbb4

Please sign in to comment.