Skip to content

Commit

Permalink
guava
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Mar 1, 2022
1 parent 6cf0abb commit 1da2643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions kyuubi-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>org.apache.kyuubi</groupId>
<artifactId>kyuubi-common_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package org.apache.kyuubi.metrics

import com.codahale.metrics.MetricRegistry
import com.google.common.annotations.VisibleForTesting
import io.prometheus.client.CollectorRegistry
import io.prometheus.client.dropwizard.DropwizardExports
import io.prometheus.client.exporter.MetricsServlet
Expand All @@ -34,7 +33,7 @@ class PrometheusReporterService(registry: MetricRegistry)

private val bridgeRegistry = new CollectorRegistry

@VisibleForTesting
// VisibleForTesting
private[metrics] var httpServer: Server = _
@volatile protected var isStarted = false

Expand Down

0 comments on commit 1da2643

Please sign in to comment.