You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2012/07/05 20:05:08 UTC

svn commit: r1357774 - /hbase/branches/0.94/pom.xml

Author: apurtell
Date: Thu Jul  5 18:05:08 2012
New Revision: 1357774

URL: http://svn.apache.org/viewvc?rev=1357774&view=rev
Log:
HBASE-6332. Improve POM for better integration with downstream ivy projects (Roman Shaposhnik)

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1357774&r1=1357773&r2=1357774&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Thu Jul  5 18:05:08 2012
@@ -986,6 +986,7 @@
     <jersey.version>1.4</jersey.version>
     <jruby.version>1.6.5</jruby.version>
     <junit.version>4.10-HBASE-1</junit.version>
+    <slf4j.version>1.4.3</slf4j.version>
     <log4j.version>1.2.16</log4j.version>
     <mockito-all.version>1.8.5</mockito-all.version>
     <protobuf.version>2.4.0a</protobuf.version>
@@ -1298,6 +1299,8 @@
       <artifactId>junit</artifactId>
       <version>${junit.version}</version>
       <scope>test,runtime</scope>
+      <!-- FIXME: the following needs to go away once HBASE-4955 is fixed -->
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>