Skip to content

Commit 4d3e365

Browse files
authored
Merge pull request #88 from avaje/feature/statsd-exclude
[statsd] Exclude by default the com.github.jnr:jnr-unixsocket dependency
2 parents 96f27ce + e58d8cb commit 4d3e365

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

metrics-statsd/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
<groupId>com.datadoghq</groupId>
2424
<artifactId>java-dogstatsd-client</artifactId>
2525
<version>4.4.4</version>
26+
<exclusions>
27+
<exclusion>
28+
<groupId>com.github.jnr</groupId>
29+
<artifactId>jnr-unixsocket</artifactId>
30+
</exclusion>
31+
</exclusions>
2632
</dependency>
2733

2834
<dependency>

0 commit comments

Comments
 (0)