Hi, I noticed the dependencies on third-party libraries have the (default) "compile" scope. For example, in simpleclient_jetty, the dependency on jetty-server doesn't specify any scope.
Wouldn't it be better to declare those dependencies in the "provided" scope? After all, it is the responsibility of the dependent POM authors to explicitly specify the dependency-ies on the third-party libraries and not rely on them being pulled in transitively by the Prometheus client library. Thanks for you feedback! -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/5afe79a8-1439-4439-b178-dda68fd5bb07n%40googlegroups.com.

