|
816 | 816 | <artifactId>dom4j</artifactId>
|
817 | 817 | <version>${dom4j.version}</version>
|
818 | 818 | </dependency>
|
| 819 | + <dependency> |
| 820 | + <groupId>io.dropwizard.metrics</groupId> |
| 821 | + <artifactId>metrics-annotation</artifactId> |
| 822 | + <version>${dropwizard-metrics.version}</version> |
| 823 | + </dependency> |
819 | 824 | <dependency>
|
820 | 825 | <groupId>io.dropwizard.metrics</groupId>
|
821 | 826 | <artifactId>metrics-core</artifactId>
|
822 | 827 | <version>${dropwizard-metrics.version}</version>
|
823 | 828 | </dependency>
|
| 829 | + <dependency> |
| 830 | + <groupId>io.dropwizard.metrics</groupId> |
| 831 | + <artifactId>metrics-ehcache</artifactId> |
| 832 | + <version>${dropwizard-metrics.version}</version> |
| 833 | + </dependency> |
824 | 834 | <dependency>
|
825 | 835 | <groupId>io.dropwizard.metrics</groupId>
|
826 | 836 | <artifactId>metrics-ganglia</artifactId>
|
|
831 | 841 | <artifactId>metrics-graphite</artifactId>
|
832 | 842 | <version>${dropwizard-metrics.version}</version>
|
833 | 843 | </dependency>
|
| 844 | + <dependency> |
| 845 | + <groupId>io.dropwizard.metrics</groupId> |
| 846 | + <artifactId>metrics-healthchecks</artifactId> |
| 847 | + <version>${dropwizard-metrics.version}</version> |
| 848 | + </dependency> |
| 849 | + <dependency> |
| 850 | + <groupId>io.dropwizard.metrics</groupId> |
| 851 | + <artifactId>metrics-httpasyncclient</artifactId> |
| 852 | + <version>${dropwizard-metrics.version}</version> |
| 853 | + </dependency> |
| 854 | + <dependency> |
| 855 | + <groupId>io.dropwizard.metrics</groupId> |
| 856 | + <artifactId>metrics-jdbi</artifactId> |
| 857 | + <version>${dropwizard-metrics.version}</version> |
| 858 | + </dependency> |
| 859 | + <dependency> |
| 860 | + <groupId>io.dropwizard.metrics</groupId> |
| 861 | + <artifactId>metrics-jersey</artifactId> |
| 862 | + <version>${dropwizard-metrics.version}</version> |
| 863 | + </dependency> |
| 864 | + <dependency> |
| 865 | + <groupId>io.dropwizard.metrics</groupId> |
| 866 | + <artifactId>metrics-jersey2</artifactId> |
| 867 | + <version>${dropwizard-metrics.version}</version> |
| 868 | + </dependency> |
| 869 | + <dependency> |
| 870 | + <groupId>io.dropwizard.metrics</groupId> |
| 871 | + <artifactId>metrics-jetty8</artifactId> |
| 872 | + <version>${dropwizard-metrics.version}</version> |
| 873 | + </dependency> |
| 874 | + <dependency> |
| 875 | + <groupId>io.dropwizard.metrics</groupId> |
| 876 | + <artifactId>metrics-jetty9</artifactId> |
| 877 | + <version>${dropwizard-metrics.version}</version> |
| 878 | + </dependency> |
| 879 | + <dependency> |
| 880 | + <groupId>io.dropwizard.metrics</groupId> |
| 881 | + <artifactId>metrics-jetty9-legacy</artifactId> |
| 882 | + <version>${dropwizard-metrics.version}</version> |
| 883 | + </dependency> |
| 884 | + <dependency> |
| 885 | + <groupId>io.dropwizard.metrics</groupId> |
| 886 | + <artifactId>metrics-json</artifactId> |
| 887 | + <version>${dropwizard-metrics.version}</version> |
| 888 | + </dependency> |
| 889 | + <dependency> |
| 890 | + <groupId>io.dropwizard.metrics</groupId> |
| 891 | + <artifactId>metrics-jvm</artifactId> |
| 892 | + <version>${dropwizard-metrics.version}</version> |
| 893 | + </dependency> |
| 894 | + <dependency> |
| 895 | + <groupId>io.dropwizard.metrics</groupId> |
| 896 | + <artifactId>metrics-log4j</artifactId> |
| 897 | + <version>${dropwizard-metrics.version}</version> |
| 898 | + </dependency> |
| 899 | + <dependency> |
| 900 | + <groupId>io.dropwizard.metrics</groupId> |
| 901 | + <artifactId>metrics-log4j2</artifactId> |
| 902 | + <version>${dropwizard-metrics.version}</version> |
| 903 | + </dependency> |
| 904 | + <dependency> |
| 905 | + <groupId>io.dropwizard.metrics</groupId> |
| 906 | + <artifactId>metrics-logback</artifactId> |
| 907 | + <version>${dropwizard-metrics.version}</version> |
| 908 | + </dependency> |
| 909 | + <dependency> |
| 910 | + <groupId>io.dropwizard.metrics</groupId> |
| 911 | + <artifactId>metrics-servlet</artifactId> |
| 912 | + <version>${dropwizard-metrics.version}</version> |
| 913 | + </dependency> |
834 | 914 | <dependency>
|
835 | 915 | <groupId>io.dropwizard.metrics</groupId>
|
836 | 916 | <artifactId>metrics-servlets</artifactId>
|
|
0 commit comments