Repository: sentry Updated Branches: refs/heads/master a178d7ed8 -> 5a5a9d883
SENTRY-2136: Bump metrics dependency to new namespace and version used by the rest of Hadoop (Liam Sargent, reviewed by Sergio Pena, Steve Moist, Xinran Tinney) Change-Id: I791878ecb858ae4a98737e70a669b1b408fea0d6 Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/5a5a9d88 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/5a5a9d88 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/5a5a9d88 Branch: refs/heads/master Commit: 5a5a9d8831a28c185464cb2f3d78b4fc5e6c7bd1 Parents: a178d7e Author: Sergio Pena <[email protected]> Authored: Thu Feb 8 10:15:19 2018 -0600 Committer: Sergio Pena <[email protected]> Committed: Thu Feb 8 10:15:19 2018 -0600 ---------------------------------------------------------------------- pom.xml | 8 ++++---- sentry-provider/sentry-provider-db/pom.xml | 6 +++--- sentry-tests/sentry-tests-solr/pom.xml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/5a5a9d88/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f9856e..a8a940d 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ limitations under the License. <maven.eclipse.plugin.version>2.9</maven.eclipse.plugin.version> <maven.enforcer.plugin.version>1.3.1</maven.enforcer.plugin.version> <maven.shade.plugin.version>2.4.3</maven.shade.plugin.version> - <metrics.version>3.0.2</metrics.version> + <metrics.version>3.2.2</metrics.version> <mockito.version>1.8.5</mockito.version> <objenesis.version>1.2</objenesis.version> <pig.version>0.12.0</pig.version> @@ -707,17 +707,17 @@ limitations under the License. <version>${kafka.version}</version> </dependency> <dependency> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${metrics.version}</version> </dependency> <dependency> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-servlets</artifactId> <version>${metrics.version}</version> </dependency> <dependency> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> <version>${metrics.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/sentry/blob/5a5a9d88/sentry-provider/sentry-provider-db/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-provider/sentry-provider-db/pom.xml b/sentry-provider/sentry-provider-db/pom.xml index 5733445..4751549 100644 --- a/sentry-provider/sentry-provider-db/pom.xml +++ b/sentry-provider/sentry-provider-db/pom.xml @@ -183,15 +183,15 @@ limitations under the License. <scope>test</scope> </dependency> <dependency> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> </dependency> <dependency> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-servlets</artifactId> </dependency> <dependency> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/sentry/blob/5a5a9d88/sentry-tests/sentry-tests-solr/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-solr/pom.xml b/sentry-tests/sentry-tests-solr/pom.xml index 5ef7a2b..d9540a6 100644 --- a/sentry-tests/sentry-tests-solr/pom.xml +++ b/sentry-tests/sentry-tests-solr/pom.xml @@ -73,15 +73,15 @@ limitations under the License. <artifactId>hive-beeline</artifactId> </exclusion> <exclusion> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> </exclusion> <exclusion> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> </exclusion> <exclusion> - <groupId>com.codahale.metrics</groupId> + <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-servlets</artifactId> </exclusion> <exclusion>
