Skip to content

Commit d32ca7d

Browse files
committed
(maint) Remove tk-metrics pin
1 parent 5e18ce9 commit d32ca7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

project.clj

+1-5
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
[puppetlabs/structured-logging]
153153
[puppetlabs/trapperkeeper]
154154
[com.puppetlabs/trapperkeeper-webserver-jetty10]
155-
[puppetlabs/trapperkeeper-metrics "2.0.1"]
155+
[puppetlabs/trapperkeeper-metrics]
156156
[puppetlabs/trapperkeeper-status]
157157
[puppetlabs/trapperkeeper-authorization]
158158

@@ -274,10 +274,6 @@
274274
;; to duplicate this dependency here
275275
[org.bouncycastle/bcpkix-jdk18on nil]
276276

277-
;; pin tk-metrics so that jetty9 is not pulled in
278-
;; until tk-metrics is updated in clj-parent
279-
[puppetlabs/trapperkeeper-metrics "2.0.1"]
280-
281277
;; we need to explicitly pull in our parent project's
282278
;; clojure version here, because without it, lein
283279
;; brings in its own version, and older versions of

0 commit comments

Comments
 (0)