We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03df610 commit a1650c3Copy full SHA for a1650c3
suggester/pom.xml
@@ -91,6 +91,13 @@ Portions Copyright (c) 2020, Chris Fraire <[email protected]>.
91
<artifactId>annotations</artifactId>
92
</dependency>
93
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
+
101
<dependency>
102
<groupId>net.openhft</groupId>
103
<artifactId>chronicle-map</artifactId>
0 commit comments