You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/05/08 23:42:50 UTC

svn commit: r1480475 - /accumulo/branches/1.5/assemble/pom.xml

Author: ctubbsii
Date: Wed May  8 21:42:50 2013
New Revision: 1480475

URL: http://svn.apache.org/r1480475
Log:
ACCUMULO-1389 change rpm dependency to jre instead of jdk

Modified:
    accumulo/branches/1.5/assemble/pom.xml

Modified: accumulo/branches/1.5/assemble/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/assemble/pom.xml?rev=1480475&r1=1480474&r2=1480475&view=diff
==============================================================================
--- accumulo/branches/1.5/assemble/pom.xml (original)
+++ accumulo/branches/1.5/assemble/pom.xml Wed May  8 21:42:50 2013
@@ -179,7 +179,7 @@
                     <provide>accumulo-trace</provide>
                   </provides>
                   <requires>
-                    <require>jdk</require>
+                    <require>jre</require>
                     <require>hadoop</require>
                     <require>zookeeper</require>
                   </requires>