We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3bf80 commit 9b0b36bCopy full SHA for 9b0b36b
1 file changed
netflix-modules/mantis/pom.xml
@@ -54,6 +54,11 @@
54
<artifactId>reactor-netty</artifactId>
55
<scope>test</scope>
56
</dependency>
57
+ <dependency>
58
+ <groupId>com.netflix.spectator</groupId>
59
+ <artifactId>spectator-api</artifactId>
60
+ <version>${spectator-api.version}</version>
61
+ </dependency>
62
</dependencies>
63
64
<repositories>
@@ -64,8 +69,9 @@
69
</repositories>
65
70
66
71
<properties>
67
- <mantis-runtime.version>1.2.63</mantis-runtime.version>
72
+ <mantis-runtime.version>2.0.42</mantis-runtime.version>
68
73
<mockneat.version>0.4.2</mockneat.version>
74
+ <spectator-api.version>1.6.5</spectator-api.version>
75
</properties>
76
77
</project>
0 commit comments