Skip to content

Commit 3c05783

Browse files
committed
Removing unnecessary transitive dependency from LP
1 parent 62b8e02 commit 3c05783

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

browsermob-core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
<groupId>com.barchart.udt</groupId>
5757
<artifactId>barchart-udt-bundle</artifactId>
5858
</exclusion>
59+
<exclusion>
60+
<groupId>commons-cli</groupId>
61+
<artifactId>commons-cli</artifactId>
62+
</exclusion>
5963
</exclusions>
6064
</dependency>
6165

mitm/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<groupId>com.barchart.udt</groupId>
3030
<artifactId>barchart-udt-bundle</artifactId>
3131
</exclusion>
32+
<exclusion>
33+
<groupId>commons-cli</groupId>
34+
<artifactId>commons-cli</artifactId>
35+
</exclusion>
3236
</exclusions>
3337
<optional>true</optional>
3438
</dependency>

0 commit comments

Comments
 (0)