Skip to content

Commit

Permalink
AVRO-1755. Java: avro-mapred should not depend on avro-ipc:test. Cont…
Browse files Browse the repository at this point in the history
…ributed by Clément MAHTIEU.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1716422 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
tomwhite committed Nov 25, 2015
1 parent 3585c45 commit bdc9848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ Avro 1.8.0 (10 August 2014)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution. (blue)

AVRO-1755. Java: avro-mapred should not depend on avro-ipc:test.
(Clément MAHTIEU via tomwhite)

Avro 1.7.7 (23 July 2014)

NEW FEATURES
Expand Down
1 change: 1 addition & 0 deletions lang/java/mapred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<artifactId>avro-ipc</artifactId>
<classifier>tests</classifier>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit bdc9848

Please sign in to comment.