You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by to...@apache.org on 2015/11/25 15:20:15 UTC

svn commit: r1716425 - in /avro/branches/branch-1.8: CHANGES.txt lang/java/mapred/pom.xml

Author: tomwhite
Date: Wed Nov 25 14:20:14 2015
New Revision: 1716425

URL: http://svn.apache.org/viewvc?rev=1716425&view=rev
Log:
AVRO-1755. Java: avro-mapred should not depend on avro-ipc:test. Contributed by Clément MAHTIEU.

Modified:
    avro/branches/branch-1.8/CHANGES.txt
    avro/branches/branch-1.8/lang/java/mapred/pom.xml

Modified: avro/branches/branch-1.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/branches/branch-1.8/CHANGES.txt?rev=1716425&r1=1716424&r2=1716425&view=diff
==============================================================================
--- avro/branches/branch-1.8/CHANGES.txt (original)
+++ avro/branches/branch-1.8/CHANGES.txt Wed Nov 25 14:20:14 2015
@@ -184,6 +184,9 @@ Avro 1.8.0 (10 August 2014)
     AVRO-1676. Java: Do not treat enum symbols as immutable when deep copying.
     (Mike Rodriguez via tomwhite)
 
+    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

Modified: avro/branches/branch-1.8/lang/java/mapred/pom.xml
URL: http://svn.apache.org/viewvc/avro/branches/branch-1.8/lang/java/mapred/pom.xml?rev=1716425&r1=1716424&r2=1716425&view=diff
==============================================================================
--- avro/branches/branch-1.8/lang/java/mapred/pom.xml (original)
+++ avro/branches/branch-1.8/lang/java/mapred/pom.xml Wed Nov 25 14:20:14 2015
@@ -123,6 +123,7 @@
       <artifactId>avro-ipc</artifactId>
       <classifier>tests</classifier>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>