[
https://issues.apache.org/jira/browse/OOZIE-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967445#comment-15967445
]
Peter Bacsko commented on OOZIE-2864:
-------------------------------------
+1
> Maven artifacts for package com.codahale.metrics have inconsistent groupId
> --------------------------------------------------------------------------
>
> Key: OOZIE-2864
> URL: https://issues.apache.org/jira/browse/OOZIE-2864
> Project: Oozie
> Issue Type: Bug
> Affects Versions: 4.3.0
> Reporter: Andras Piros
> Assignee: Andras Piros
> Fix For: 5.0.0
>
> Attachments: OOZIE-2864.001.patch
>
>
> Within {{pom.xml}} and {{core/pom.xml}} there are inconsistencies w/
> artifacts that contain classes for the package and subpackages of
> {{com.codahale.metrics}}:
> {code:xml}
> <dependency>
> <groupId>io.dropwizard.metrics</groupId>
> <artifactId>metrics-graphite</artifactId>
> <version>${dropwizard.metrics.version}</version>
> </dependency>
> <dependency>
> <groupId>io.dropwizard.metrics</groupId>
> <artifactId>metrics-ganglia</artifactId>
> <version>${dropwizard.metrics.version}</version>
> </dependency>
> <dependency>
> <groupId>io.dropwizard.metrics</groupId>
> <artifactId>metrics-core</artifactId>
> <version>${dropwizard.metrics.version}</version>
> </dependency>
> {code}
> which is OK but
> {code:xml}
> <dependency>
> <groupId>com.codahale.metrics</groupId>
> <artifactId>metrics-core</artifactId>
> <version>3.0.2</version>
> </dependency>
> <dependency>
> <groupId>com.codahale.metrics</groupId>
> <artifactId>metrics-jvm</artifactId>
> <version>3.0.2</version>
> </dependency>
> <dependency>
> <groupId>com.codahale.metrics</groupId>
> <artifactId>metrics-json</artifactId>
> <version>3.0.2</version>
> </dependency>
> {code}
> which is inconsistent.
> Important is that we only have artifacts from {{io.dropwizard.metrics}}
> {{groupId}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)