We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0ca7c commit e81d324Copy full SHA for e81d324
1 file changed
resource-managers/cook/pom.xml
@@ -35,6 +35,14 @@
35
<mesos.classifier>shaded-protobuf</mesos.classifier>
36
</properties>
37
38
+ <repositories>
39
+ <repository>
40
+ <id>clojars</id>
41
+ <name>Clojars</name>
42
+ <url>http://clojars.org/repo</url>
43
+ </repository>
44
+ </repositories>
45
+
46
<dependencies>
47
<dependency>
48
<groupId>twosigma</groupId>
@@ -55,11 +63,17 @@
55
63
<type>test-jar</type>
56
64
<scope>test</scope>
57
65
</dependency>
58
-
66
+<!--
67
+ <dependency>
68
+ <groupId>io.riemann</groupId>
69
+ <artifactId>riemann-java-client-parent</artifactId>
70
+ <version>0.4.5</version>
71
+ </dependency>
72
+-->
59
73
60
74
<groupId>io.riemann</groupId>
61
75
<artifactId>metrics3-riemann-reporter</artifactId>
62
- <version>0.4.2</version>
76
+ <version>0.4.6</version>
77
78
79
0 commit comments