You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2012/08/22 12:58:41 UTC

svn commit: r1375982 - /gora/branches/goraamazon/pom.xml

Author: lewismc
Date: Wed Aug 22 10:58:41 2012
New Revision: 1375982

URL: http://svn.apache.org/viewvc?rev=1375982&view=rev
Log:
commit to disable gora-dynamodb tests for ci builds

Modified:
    gora/branches/goraamazon/pom.xml

Modified: gora/branches/goraamazon/pom.xml
URL: http://svn.apache.org/viewvc/gora/branches/goraamazon/pom.xml?rev=1375982&r1=1375981&r2=1375982&view=diff
==============================================================================
--- gora/branches/goraamazon/pom.xml (original)
+++ gora/branches/goraamazon/pom.xml Wed Aug 22 10:58:41 2012
@@ -627,12 +627,12 @@
             <artifactId>gora-dynamodb</artifactId>
             <version>${project.version}</version>
           </dependency>
-          <dependency>
+          <!--dependency>
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-dynamodb</artifactId>
             <version>${project.version}</version>
             <type>test-jar</type>
-          </dependency>
+          </dependency-->
   
           <!-- Avro needs this version of jackson -->
           <dependency>