Skip to content

Commit 50d43cb

Browse files
authored
Exclude barchart-udt from littleproxy dependencies
1 parent badba68 commit 50d43cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@
312312
<groupId>org.littleshoot</groupId>
313313
<artifactId>littleproxy</artifactId>
314314
<version>1.1.2</version>
315+
<exclusions>
316+
<exclusion>
317+
<groupId>com.barchart.udt</groupId>
318+
<artifactId>barchart-udt-bundle</artifactId>
319+
</exclusion>
320+
</exclusions>
315321
</dependency>
316322

317323
<!-- INTERNAL (DO NOT USE ${project.version}) -->

0 commit comments

Comments
 (0)