Skip to content

Commit 2effa62

Browse files
authored
Merge pull request #1571 from data-integrations/remove_htrace_shaded
removing another instance of Htrace
2 parents 89ba293 + 7077d87 commit 2effa62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@
417417
<groupId>log4j</groupId>
418418
<artifactId>log4j</artifactId>
419419
</exclusion>
420+
<exclusion>
421+
<groupId>org.apache.htrace</groupId>
422+
<artifactId>htrace-core</artifactId>
423+
</exclusion>
420424
</exclusions>
421425
</dependency>
422426
<dependency>

0 commit comments

Comments
 (0)