You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/06/26 11:14:06 UTC

svn commit: r1353882 - /hama/trunk/graph/pom.xml

Author: edwardyoon
Date: Tue Jun 26 09:14:05 2012
New Revision: 1353882

URL: http://svn.apache.org/viewvc?rev=1353882&view=rev
Log:
Get rid of scope and type tags. Because graph package uses few Hadoop classes.

Modified:
    hama/trunk/graph/pom.xml

Modified: hama/trunk/graph/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/graph/pom.xml?rev=1353882&r1=1353881&r2=1353882&view=diff
==============================================================================
--- hama/trunk/graph/pom.xml (original)
+++ hama/trunk/graph/pom.xml Tue Jun 26 09:14:05 2012
@@ -40,8 +40,6 @@
     <dependency>
       <groupId>org.apache.hama</groupId>
       <artifactId>hama-core</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
       <version>${project.version}</version>
     </dependency>
   </dependencies>