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/12/03 17:00:53 UTC

svn commit: r1209938 - /incubator/accumulo/branches/1.3.5rc/pom.xml

Author: ecn
Date: Sat Dec  3 16:00:52 2011
New Revision: 1209938

URL: http://svn.apache.org/viewvc?rev=1209938&view=rev
Log:
ACCUMULO-86 pom wasn't pulling in thrift

Modified:
    incubator/accumulo/branches/1.3.5rc/pom.xml

Modified: incubator/accumulo/branches/1.3.5rc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3.5rc/pom.xml?rev=1209938&r1=1209937&r2=1209938&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3.5rc/pom.xml (original)
+++ incubator/accumulo/branches/1.3.5rc/pom.xml Sat Dec  3 16:00:52 2011
@@ -113,7 +113,6 @@
               <outputDirectory>../../lib</outputDirectory>
               <!-- just grab the non-provided runtime dependencies -->
               <includeArtifactIds>commons-collections,commons-configuration,commons-io,commons-lang,jline,log4j,libthrift,commons-jci-core,commons-jci-fam,commons-logging,commons-logging-api</includeArtifactIds>
-              <excludeGroupIds>org.apache.accumulo</excludeGroupIds>
               <excludeTransitive>true</excludeTransitive>
             </configuration>
           </execution>