You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2012/01/09 18:52:04 UTC

svn commit: r1229276 - /incubator/accumulo/branches/1.4/src/wikisearch/query/pom.xml

Author: vines
Date: Mon Jan  9 17:52:04 2012
New Revision: 1229276

URL: http://svn.apache.org/viewvc?rev=1229276&view=rev
Log:
ACCUMULO-292 - Altered pom to allow mvn test to work out of the box- caveat: I may have broke the actual building.

Modified:
    incubator/accumulo/branches/1.4/src/wikisearch/query/pom.xml

Modified: incubator/accumulo/branches/1.4/src/wikisearch/query/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/src/wikisearch/query/pom.xml?rev=1229276&r1=1229275&r2=1229276&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/src/wikisearch/query/pom.xml (original)
+++ incubator/accumulo/branches/1.4/src/wikisearch/query/pom.xml Mon Jan  9 17:52:04 2012
@@ -110,7 +110,7 @@
             <configuration>
               <outputDirectory>lib</outputDirectory>
               <!-- just grab the non-provided runtime dependencies -->
-              <includeArtifactIds>commons-lang,protobuf-java,cloudtrace,libthrift,zookeeper,hadoop-core,commons-jexl,google-collections,kryo,asm,minlog,reflectasm,accumulo-sample-ingest,accumulo-core</includeArtifactIds>
+              <includeArtifactIds>commons-lang,protobuf-java,libthrift,zookeeper,hadoop-core,commons-jexl,google-collections,kryo,asm,minlog,reflectasm</includeArtifactIds>
               <excludeTransitive>true</excludeTransitive>
             </configuration>
           </execution>