You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2011/12/14 22:57:55 UTC

svn commit: r1214499 - in /hadoop/common/trunk/hadoop-common-project/hadoop-common: pom.xml src/test/avro/AvroSpecificTestProtocol.avpr

Author: cutting
Date: Wed Dec 14 21:57:55 2011
New Revision: 1214499

URL: http://svn.apache.org/viewvc?rev=1214499&view=rev
Log:
HADOOP-7920. Remove a few more bits that are no longer required.

Removed:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/avro/AvroSpecificTestProtocol.avpr
Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml?rev=1214499&r1=1214498&r2=1214499&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml Wed Dec 14 21:57:55 2011
@@ -240,11 +240,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.avro</groupId>
-      <artifactId>avro-ipc</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>net.sf.kosmosfs</groupId>
       <artifactId>kfs</artifactId>
       <scope>compile</scope>
@@ -282,7 +277,6 @@
             <phase>generate-test-sources</phase>
             <goals>
               <goal>schema</goal>
-              <goal>protocol</goal>
             </goals>
           </execution>
         </executions>