|
4 | 4 | "ch.qos.logback:logback-classic",
|
5 | 5 | "ch.qos.logback:logback-core",
|
6 | 6 | "ch.qos.reload4j:reload4j",
|
7 |
| - "com.bugsnag:bugsnag", |
8 | 7 | "com.digitalpetri.fsm:strict-machine",
|
9 | 8 | "com.digitalpetri.netty:netty-channel-fsm",
|
10 | 9 | "com.fasterxml.jackson.core:jackson-annotations",
|
|
27 | 26 | "com.google.guava:listenablefuture",
|
28 | 27 | "com.google.j2objc:j2objc-annotations",
|
29 | 28 | "com.h2database:h2-mvstore",
|
30 |
| - "com.librato.metrics:librato-java", |
31 |
| - "com.librato.metrics:metrics-librato", |
32 | 29 | "com.lmax:disruptor",
|
33 | 30 | "com.nimbusds:content-type",
|
34 | 31 | "com.nimbusds:lang-tag",
|
|
45 | 42 | "io.airlift:log",
|
46 | 43 | "io.airlift:units",
|
47 | 44 | "io.dropwizard.metrics:metrics-core",
|
48 |
| - "io.dropwizard.metrics:metrics-jvm", |
49 | 45 | "io.jsonwebtoken:jjwt-api",
|
50 | 46 | "io.micrometer:micrometer-commons",
|
51 | 47 | "io.micrometer:micrometer-core",
|
52 | 48 | "io.micrometer:micrometer-observation",
|
53 |
| - "io.moquette:moquette-broker", |
| 49 | + "com.github.moquette-io.moquette:moquette-broker", |
54 | 50 | "io.netty:netty-buffer",
|
55 | 51 | "io.netty:netty-codec",
|
56 | 52 | "io.netty:netty-codec-dns",
|
|
65 | 61 | "io.netty:netty-resolver-dns",
|
66 | 62 | "io.netty:netty-resolver-dns-classes-macos",
|
67 | 63 | "io.netty:netty-resolver-dns-native-macos",
|
| 64 | + "io.netty:netty-tcnative-boringssl-static", |
| 65 | + "io.netty:netty-tcnative-classes", |
68 | 66 | "io.netty:netty-transport",
|
69 | 67 | "io.netty:netty-transport-classes-epoll",
|
70 | 68 | "io.netty:netty-transport-native-epoll",
|
71 | 69 | "io.netty:netty-transport-native-unix-common",
|
| 70 | + "io.netty:netty-transport-classes-kqueue", |
| 71 | + "io.netty:netty-transport-native-kqueue", |
72 | 72 | "io.projectreactor:reactor-core",
|
73 | 73 | "io.projectreactor.netty:reactor-netty-core",
|
74 | 74 | "io.projectreactor.netty:reactor-netty-http",
|
|
0 commit comments