HBASE-6332. Improve POM for better integration with downstream ivy projects (Roman Shaposhnik)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a35c70f54
commit
5b717d965b
3
pom.xml
3
pom.xml
|
@ -805,6 +805,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>
|
||||
|
@ -1119,6 +1120,8 @@
|
|||
<artifactId>junit</artifactId>
|
||||
<version>${junit.version}</version>
|
||||
<scope>test</scope>
|
||||
<!-- FIXME: the following needs to go away once HBASE-4955 is fixed -->
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
|
|
Loading…
Reference in New Issue