You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2011/11/10 21:17:12 UTC

svn commit: r1200525 - /incubator/accumulo/trunk/contrib/accumulo_sample/query/pom.xml

Author: ecn
Date: Thu Nov 10 20:17:12 2011
New Revision: 1200525

URL: http://svn.apache.org/viewvc?rev=1200525&view=rev
Log:
ACCUMULO-92 add minlog as a dependency so it is available for copying as defined in the README

Modified:
    incubator/accumulo/trunk/contrib/accumulo_sample/query/pom.xml

Modified: incubator/accumulo/trunk/contrib/accumulo_sample/query/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/contrib/accumulo_sample/query/pom.xml?rev=1200525&r1=1200524&r2=1200525&view=diff
==============================================================================
--- incubator/accumulo/trunk/contrib/accumulo_sample/query/pom.xml (original)
+++ incubator/accumulo/trunk/contrib/accumulo_sample/query/pom.xml Thu Nov 10 20:17:12 2011
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>accumulo-sample</artifactId>
     <groupId>org.apache.accumulo</groupId>
@@ -109,6 +108,10 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>com.googlecode</groupId>
+      <artifactId>minlog</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
     </dependency>
@@ -170,4 +173,5 @@
       </plugin>
     </plugins>
   </build>
+  <modelVersion>4.0.0</modelVersion>
 </project>