Andras Piros created OOZIE-2864:
-----------------------------------

             Summary: 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


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)

Reply via email to