[ 
https://issues.apache.org/jira/browse/AVRO-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated AVRO-1755:
----------------------------
       Resolution: Fixed
         Assignee: Clément MAHTIEU
     Hadoop Flags: Reviewed
    Fix Version/s: 1.8.0
           Status: Resolved  (was: Patch Available)

I committed this. Thanks Clément!

> avro-mapred should not depend on avro-ipc:test
> ----------------------------------------------
>
>                 Key: AVRO-1755
>                 URL: https://issues.apache.org/jira/browse/AVRO-1755
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.7
>            Reporter: Clément MAHTIEU
>            Assignee: Clément MAHTIEU
>            Priority: Minor
>             Fix For: 1.8.0
>
>         Attachments: AVRO-1755.patch
>
>
> avro-ipc:test is used by some avro-mapred tests and it thus declared as a 
> dependency in the POM file. However, its scope is declared as compile rather 
> than test.
> {code}
> $ mvn dependency:tree -Dscope=compile -Dincludes=org.apache.avro
> [...]
> [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ avro-mapred ---
> [INFO] org.apache.avro:avro-mapred:bundle:1.9.0-SNAPSHOT
> [INFO] +- org.apache.avro:avro-ipc:jar:1.9.0-SNAPSHOT:compile
> [INFO] |  \- org.apache.avro:avro:jar:1.9.0-SNAPSHOT:compile
> [INFO] \- org.apache.avro:avro-ipc:jar:tests:1.9.0-SNAPSHOT:compile
> {code}
> It seems unfortunate to ship this extra JAR to every avro-mapred client.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to