Skip to content

Commit a1650c3

Browse files
authored
use a specific chronicle-analytics version to disable reporting (#4217)
fixes #4173
1 parent 03df610 commit a1650c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

suggester/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ Portions Copyright (c) 2020, Chris Fraire <[email protected]>.
9191
<artifactId>annotations</artifactId>
9292
</dependency>
9393

94+
<!-- This specific version is used to disable reporting via chronicle-map. -->
95+
<dependency>
96+
<groupId>net.openhft</groupId>
97+
<artifactId>chronicle-analytics</artifactId>
98+
<version>0.EMPTY</version>
99+
</dependency>
100+
94101
<dependency>
95102
<groupId>net.openhft</groupId>
96103
<artifactId>chronicle-map</artifactId>

0 commit comments

Comments
 (0)